collectibles

package
v0.179.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CollectiblesABI = CollectiblesMetaData.ABI

CollectiblesABI is the input ABI used to generate the binding from. Deprecated: Use CollectiblesMetaData.ABI instead.

View Source
var CollectiblesBin = CollectiblesMetaData.Bin

CollectiblesBin is the compiled bytecode used for deploying new contracts. Deprecated: Use CollectiblesMetaData.Bin instead.

View Source
var CollectiblesMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"_name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_symbol\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"_maxSupply\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"_remoteBurnable\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"_transferable\",\"type\":\"bool\"},{\"internalType\":\"string\",\"name\":\"_baseTokenURI\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"_ownerToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_masterToken\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"BaseToken_MaxSupplyLowerThanTotalSupply\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BaseToken_MaxSupplyReached\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BaseToken_NotRemoteBurnable\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BaseToken_NotTransferable\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"CommunityOwnable_InvalidTokenAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"CommunityOwnable_NotAuthorized\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"StatusMint\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"baseTokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"masterToken\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"maxSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"addresses\",\"type\":\"address[]\"}],\"name\":\"mintTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"mintedCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ownerToken\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256[]\",\"name\":\"tokenIds\",\"type\":\"uint256[]\"}],\"name\":\"remoteBurn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"remoteBurnable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"newMaxSupply\",\"type\":\"uint256\"}],\"name\":\"setMaxSupply\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"tokenByIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"tokenOfOwnerByIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"transferable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
	Bin: "0x6101006040523480156200001257600080fd5b5060405162002dff38038062002dff8339810160408190526200003591620001d8565b87878787878787878181898960006200004f83826200034d565b5060016200005e82826200034d565b5050506001600160a01b03808316608081905290821660a0521580156200008e575060a0516001600160a01b0316155b15620000ad5760405163c9d8a9b360e01b815260040160405180910390fd5b5050600b86905584151560c05283151560e052600c620000ce84826200034d565b505050505050505050505050505050505062000419565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200010d57600080fd5b81516001600160401b03808211156200012a576200012a620000e5565b604051601f8301601f19908116603f01168101908282118183101715620001555762000155620000e5565b816040528381526020925086838588010111156200017257600080fd5b600091505b8382101562000196578582018301518183018401529082019062000177565b600093810190920192909252949350505050565b80518015158114620001bb57600080fd5b919050565b80516001600160a01b0381168114620001bb57600080fd5b600080600080600080600080610100898b031215620001f657600080fd5b88516001600160401b03808211156200020e57600080fd5b6200021c8c838d01620000fb565b995060208b01519150808211156200023357600080fd5b620002418c838d01620000fb565b985060408b015197506200025860608c01620001aa565b96506200026860808c01620001aa565b955060a08b01519150808211156200027f57600080fd5b506200028e8b828c01620000fb565b9350506200029f60c08a01620001c0565b9150620002af60e08a01620001c0565b90509295985092959890939650565b600181811c90821680620002d357607f821691505b602082108103620002f457634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200034857600081815260208120601f850160051c81016020861015620003235750805b601f850160051c820191505b8181101562000344578281556001016200032f565b5050505b505050565b81516001600160401b03811115620003695762000369620000e5565b62000381816200037a8454620002be565b84620002fa565b602080601f831160018114620003b95760008415620003a05750858301515b600019600386901b1c1916600185901b17855562000344565b600085815260208120601f198616915b82811015620003ea57888601518255948401946001909101908401620003c9565b5085821015620004095787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60805160a05160c05160e05161294a620004b5600039600081816103540152611abf01526000818161023501526109f9015260008181610281015281816108ec0152818161094b01528181610bd601528181610c3501528181610faa01526110090152600081816103070152818161080f0152818161086e01528181610af901528181610b5801528181610ecd0152610f2c015261294a6000f3fe608060405234801561001057600080fd5b50600436106101ae5760003560e01c806365371883116100ee578063b88d4fde11610097578063cf721b1511610071578063cf721b15146103ca578063d547cfb7146103d2578063d5abeb01146103da578063e985e9c5146103e357600080fd5b8063b88d4fde14610391578063c87b56dd146103a4578063ce7c8b49146103b757600080fd5b806392ff0d31116100c857806392ff0d311461034f57806395d89b4114610376578063a22cb4651461037e57600080fd5b806365371883146103025780636f8b44b01461032957806370a082311461033c57600080fd5b806323b872dd1161015b57806342842e0e1161013557806342842e0e146102b65780634f6ccce7146102c95780634fb95e02146102dc5780636352211e146102ef57600080fd5b806323b872dd146102695780632bb5e31e1461027c5780632f745c59146102a357600080fd5b8063095ea7b31161018c578063095ea7b31461021b578063101639f51461023057806318160ddd1461025757600080fd5b806301ffc9a7146101b357806306fdde03146101db578063081812fc146101f0575b600080fd5b6101c66101c13660046122f8565b61041f565b60405190151581526020015b60405180910390f35b6101e3610430565b6040516101d29190612383565b6102036101fe366004612396565b6104c2565b6040516001600160a01b0390911681526020016101d2565b61022e6102293660046123cb565b6104e9565b005b6101c67f000000000000000000000000000000000000000000000000000000000000000081565b6008545b6040519081526020016101d2565b61022e6102773660046123f5565b61061f565b6102037f000000000000000000000000000000000000000000000000000000000000000081565b61025b6102b13660046123cb565b6106a6565b61022e6102c43660046123f5565b61074e565b61025b6102d7366004612396565b610769565b61022e6102ea3660046124d3565b61080d565b6102036102fd366004612396565b610a92565b6102037f000000000000000000000000000000000000000000000000000000000000000081565b61022e610337366004612396565b610af7565b61025b61034a366004612569565b610d22565b6101c67f000000000000000000000000000000000000000000000000000000000000000081565b6101e3610dbc565b61022e61038c366004612584565b610dcb565b61022e61039f3660046125c0565b610dd6565b6101e36103b2366004612396565b610e64565b61022e6103c536600461269e565b610ecb565b61025b61110b565b6101e361111b565b61025b600b5481565b6101c66103f136600461272b565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b600061042a826111a9565b92915050565b60606000805461043f9061275e565b80601f016020809104026020016040519081016040528092919081815260200182805461046b9061275e565b80156104b85780601f1061048d576101008083540402835291602001916104b8565b820191906000526020600020905b81548152906001019060200180831161049b57829003601f168201915b5050505050905090565b60006104cd826111ff565b506000908152600460205260409020546001600160a01b031690565b60006104f482610a92565b9050806001600160a01b0316836001600160a01b0316036105825760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560448201527f720000000000000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b336001600160a01b038216148061059e575061059e81336103f1565b6106105760405162461bcd60e51b815260206004820152603d60248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f7420746f60448201527f6b656e206f776e6572206f7220617070726f76656420666f7220616c6c0000006064820152608401610579565b61061a8383611263565b505050565b61062933826112e9565b61069b5760405162461bcd60e51b815260206004820152602d60248201527f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560448201527f72206f7220617070726f766564000000000000000000000000000000000000006064820152608401610579565b61061a838383611368565b60006106b183610d22565b82106107255760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201527f74206f6620626f756e64730000000000000000000000000000000000000000006064820152608401610579565b506001600160a01b03919091166000908152600660209081526040808320938352929052205490565b61061a83838360405180602001604052806000815250610dd6565b600061077460085490565b82106107e85760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201527f7574206f6620626f756e647300000000000000000000000000000000000000006064820152608401610579565b600882815481106107fb576107fb6127b1565b90600052602060002001549050919050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316158015906108e357506040517f70a082310000000000000000000000000000000000000000000000000000000081523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa1580156108bd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108e191906127e0565b155b80156109c057507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316158015906109c057506040517f70a082310000000000000000000000000000000000000000000000000000000081523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa15801561099a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109be91906127e0565b155b156109f7576040517f7cea464e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7f0000000000000000000000000000000000000000000000000000000000000000610a4e576040517f98209e6c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b8151811015610a8e57610a7c828281518110610a6f57610a6f6127b1565b60200260200101516115d4565b80610a8681612828565b915050610a51565b5050565b6000818152600260205260408120546001600160a01b03168061042a5760405162461bcd60e51b815260206004820152601860248201527f4552433732313a20696e76616c696420746f6b656e20494400000000000000006044820152606401610579565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031615801590610bcd57506040517f70a082310000000000000000000000000000000000000000000000000000000081523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa158015610ba7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bcb91906127e0565b155b8015610caa57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031615801590610caa57506040517f70a082310000000000000000000000000000000000000000000000000000000081523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa158015610c84573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ca891906127e0565b155b15610ce1576040517f7cea464e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600854811015610d1d576040517fad8783d500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600b55565b60006001600160a01b038216610da05760405162461bcd60e51b815260206004820152602960248201527f4552433732313a2061646472657373207a65726f206973206e6f74206120766160448201527f6c6964206f776e657200000000000000000000000000000000000000000000006064820152608401610579565b506001600160a01b031660009081526003602052604090205490565b60606001805461043f9061275e565b610a8e3383836116ad565b610de033836112e9565b610e525760405162461bcd60e51b815260206004820152602d60248201527f4552433732313a2063616c6c6572206973206e6f7420746f6b656e206f776e6560448201527f72206f7220617070726f766564000000000000000000000000000000000000006064820152608401610579565b610e5e84848484611799565b50505050565b6060610e6f826111ff565b6000610e79611822565b90506000815111610e995760405180602001604052806000815250610ec4565b80610ea384611831565b604051602001610eb4929190612860565b6040516020818303038152906040525b9392505050565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031615801590610fa157506040517f70a082310000000000000000000000000000000000000000000000000000000081523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa158015610f7b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9f91906127e0565b155b801561107e57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03161580159061107e57506040517f70a082310000000000000000000000000000000000000000000000000000000081523360048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa158015611058573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061107c91906127e0565b155b156110b5576040517f7cea464e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600b548151600a546110c7919061288f565b11156110ff576040517f23d6539900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611108816118ef565b50565b6000611116600a5490565b905090565b600c80546111289061275e565b80601f01602080910402602001604051908101604052809291908181526020018280546111549061275e565b80156111a15780601f10611176576101008083540402835291602001916111a1565b820191906000526020600020905b81548152906001019060200180831161118457829003601f168201915b505050505081565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f780e9d6300000000000000000000000000000000000000000000000000000000148061042a575061042a826119b3565b6000818152600260205260409020546001600160a01b03166111085760405162461bcd60e51b815260206004820152601860248201527f4552433732313a20696e76616c696420746f6b656e20494400000000000000006044820152606401610579565b600081815260046020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b03841690811790915581906112b082610a92565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000806112f583610a92565b9050806001600160a01b0316846001600160a01b0316148061133c57506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b806113605750836001600160a01b0316611355846104c2565b6001600160a01b0316145b949350505050565b826001600160a01b031661137b82610a92565b6001600160a01b0316146113f75760405162461bcd60e51b815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201527f6f776e65720000000000000000000000000000000000000000000000000000006064820152608401610579565b6001600160a01b0382166114725760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f2061646460448201527f72657373000000000000000000000000000000000000000000000000000000006064820152608401610579565b61147f8383836001611a96565b826001600160a01b031661149282610a92565b6001600160a01b03161461150e5760405162461bcd60e51b815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201527f6f776e65720000000000000000000000000000000000000000000000000000006064820152608401610579565b600081815260046020908152604080832080547fffffffffffffffffffffffff00000000000000000000000000000000000000009081169091556001600160a01b038781168086526003855283862080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff01905590871680865283862080546001019055868652600290945282852080549092168417909155905184937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b60006115df82610a92565b90506115ef816000846001611a96565b6115f882610a92565b600083815260046020908152604080832080547fffffffffffffffffffffffff00000000000000000000000000000000000000009081169091556001600160a01b0385168085526003845282852080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190558785526002909352818420805490911690555192935084927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b816001600160a01b0316836001600160a01b03160361170e5760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610579565b6001600160a01b0383811660008181526005602090815260408083209487168084529482529182902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b6117a4848484611368565b6117b084848484611b23565b610e5e5760405162461bcd60e51b815260206004820152603260248201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560448201527f63656976657220696d706c656d656e74657200000000000000000000000000006064820152608401610579565b6060600c805461043f9061275e565b6060600061183e83611ce2565b600101905060008167ffffffffffffffff81111561185e5761185e612431565b6040519080825280601f01601f191660200182016040528015611888576020820181803683370190505b5090508181016020015b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461189257509392505050565b60005b8151811015610a8e57611936828281518110611910576119106127b1565b6020026020010151611921600a5490565b60405180602001604052806000815250611dc4565b600a5482828151811061194b5761194b6127b1565b60200260200101516001600160a01b031660006001600160a01b03167f28c427b0611d99da5c4f7368abe57e86b045b483c4689ae93e90745802335b8760405160405180910390a46119a1600a80546001019055565b806119ab81612828565b9150506118f2565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f80ac58cd000000000000000000000000000000000000000000000000000000001480611a4657507fffffffff0000000000000000000000000000000000000000000000000000000082167f5b5e139f00000000000000000000000000000000000000000000000000000000145b8061042a57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff0000000000000000000000000000000000000000000000000000000083161461042a565b6001600160a01b03841615801590611ab657506001600160a01b03831615155b8015611ae057507f0000000000000000000000000000000000000000000000000000000000000000155b15611b17576040517f6b2b9e5000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610e5e84848484611e4d565b60006001600160a01b0384163b15611cd7576040517f150b7a020000000000000000000000000000000000000000000000000000000081526001600160a01b0385169063150b7a0290611b809033908990889088906004016128a2565b6020604051808303816000875af1925050508015611bd9575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252611bd6918101906128de565b60015b611c8c573d808015611c07576040519150601f19603f3d011682016040523d82523d6000602084013e611c0c565b606091505b508051600003611c845760405162461bcd60e51b815260206004820152603260248201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560448201527f63656976657220696d706c656d656e74657200000000000000000000000000006064820152608401610579565b805181602001fd5b7fffffffff00000000000000000000000000000000000000000000000000000000167f150b7a0200000000000000000000000000000000000000000000000000000000149050611360565b506001949350505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310611d2b577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310611d57576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc100008310611d7557662386f26fc10000830492506010015b6305f5e1008310611d8d576305f5e100830492506008015b6127108310611da157612710830492506004015b60648310611db3576064830492506002015b600a831061042a5760010192915050565b611dce8383611f89565b611ddb6000848484611b23565b61061a5760405162461bcd60e51b815260206004820152603260248201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560448201527f63656976657220696d706c656d656e74657200000000000000000000000000006064820152608401610579565b6001811115611ec45760405162461bcd60e51b815260206004820152603560248201527f455243373231456e756d657261626c653a20636f6e736563757469766520747260448201527f616e7366657273206e6f7420737570706f7274656400000000000000000000006064820152608401610579565b816001600160a01b038516611f2057611f1b81600880546000838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b611f43565b836001600160a01b0316856001600160a01b031614611f4357611f43858261213a565b6001600160a01b038416611f5f57611f5a816121d7565b611f82565b846001600160a01b0316846001600160a01b031614611f8257611f828482612286565b5050505050565b6001600160a01b038216611fdf5760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610579565b6000818152600260205260409020546001600160a01b0316156120445760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610579565b612052600083836001611a96565b6000818152600260205260409020546001600160a01b0316156120b75760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610579565b6001600160a01b038216600081815260036020908152604080832080546001019055848352600290915280822080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168417905551839291907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b6000600161214784610d22565b61215191906128fb565b6000838152600760205260409020549091508082146121a4576001600160a01b03841660009081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b5060009182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b6008546000906121e9906001906128fb565b60008381526009602052604081205460088054939450909284908110612211576122116127b1565b906000526020600020015490508060088381548110612232576122326127b1565b600091825260208083209091019290925582815260099091526040808220849055858252812055600880548061226a5761226a61290e565b6001900381819060005260206000200160009055905550505050565b600061229183610d22565b6001600160a01b039093166000908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b7fffffffff000000000000000000000000000000000000000000000000000000008116811461110857600080fd5b60006020828403121561230a57600080fd5b8135610ec4816122ca565b60005b83811015612330578181015183820152602001612318565b50506000910152565b60008151808452612351816020860160208601612315565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b602081526000610ec46020830184612339565b6000602082840312156123a857600080fd5b5035919050565b80356001600160a01b03811681146123c657600080fd5b919050565b600080604083850312156123de57600080fd5b6123e7836123af565b946020939093013593505050565b60008060006060848603121561240a57600080fd5b612413846123af565b9250612421602085016123af565b9150604084013590509250925092565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff811182821017156124a7576124a7612431565b604052919050565b600067ffffffffffffffff8211156124c9576124c9612431565b5060051b60200190565b600060208083850312156124e657600080fd5b823567ffffffffffffffff8111156124fd57600080fd5b8301601f8101851361250e57600080fd5b803561252161251c826124af565b612460565b81815260059190911b8201830190838101908783111561254057600080fd5b928401925b8284101561255e57833582529284019290840190612545565b979650505050505050565b60006020828403121561257b57600080fd5b610ec4826123af565b6000806040838503121561259757600080fd5b6125a0836123af565b9150602083013580151581146125b557600080fd5b809150509250929050565b600080600080608085870312156125d657600080fd5b6125df856123af565b935060206125ee8187016123af565b935060408601359250606086013567ffffffffffffffff8082111561261257600080fd5b818801915088601f83011261262657600080fd5b81358181111561263857612638612431565b612668847fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601612460565b9150808252898482850101111561267e57600080fd5b808484018584013760008482840101525080935050505092959194509250565b600060208083850312156126b157600080fd5b823567ffffffffffffffff8111156126c857600080fd5b8301601f810185136126d957600080fd5b80356126e761251c826124af565b81815260059190911b8201830190838101908783111561270657600080fd5b928401925b8284101561255e5761271c846123af565b8252928401929084019061270b565b6000806040838503121561273e57600080fd5b612747836123af565b9150612755602084016123af565b90509250929050565b600181811c9082168061277257607f821691505b6020821081036127ab577f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000602082840312156127f257600080fd5b5051919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203612859576128596127f9565b5060010190565b60008351612872818460208801612315565b835190830190612886818360208801612315565b01949350505050565b8082018082111561042a5761042a6127f9565b60006001600160a01b038087168352808616602084015250836040830152608060608301526128d46080830184612339565b9695505050505050565b6000602082840312156128f057600080fd5b8151610ec4816122ca565b8181038181111561042a5761042a6127f9565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fdfea164736f6c6343000811000a",
}

CollectiblesMetaData contains all meta data concerning the Collectibles contract.

Functions

This section is empty.

Types

type Collectibles

type Collectibles struct {
	CollectiblesCaller     // Read-only binding to the contract
	CollectiblesTransactor // Write-only binding to the contract
	CollectiblesFilterer   // Log filterer for contract events
}

Collectibles is an auto generated Go binding around an Ethereum contract.

func DeployCollectibles

func DeployCollectibles(auth *bind.TransactOpts, backend bind.ContractBackend, _name string, _symbol string, _maxSupply *big.Int, _remoteBurnable bool, _transferable bool, _baseTokenURI string, _ownerToken common.Address, _masterToken common.Address) (common.Address, *types.Transaction, *Collectibles, error)

DeployCollectibles deploys a new Ethereum contract, binding an instance of Collectibles to it.

func NewCollectibles

func NewCollectibles(address common.Address, backend bind.ContractBackend) (*Collectibles, error)

NewCollectibles creates a new instance of Collectibles, bound to a specific deployed contract.

type CollectiblesApproval

type CollectiblesApproval struct {
	Owner    common.Address
	Approved common.Address
	TokenId  *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}

CollectiblesApproval represents a Approval event raised by the Collectibles contract.

type CollectiblesApprovalForAll

type CollectiblesApprovalForAll struct {
	Owner    common.Address
	Operator common.Address
	Approved bool
	Raw      types.Log // Blockchain specific contextual infos
}

CollectiblesApprovalForAll represents a ApprovalForAll event raised by the Collectibles contract.

type CollectiblesApprovalForAllIterator

type CollectiblesApprovalForAllIterator struct {
	Event *CollectiblesApprovalForAll // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

CollectiblesApprovalForAllIterator is returned from FilterApprovalForAll and is used to iterate over the raw logs and unpacked data for ApprovalForAll events raised by the Collectibles contract.

func (*CollectiblesApprovalForAllIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*CollectiblesApprovalForAllIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CollectiblesApprovalForAllIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type CollectiblesApprovalIterator

type CollectiblesApprovalIterator struct {
	Event *CollectiblesApproval // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

CollectiblesApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Collectibles contract.

func (*CollectiblesApprovalIterator) Close

func (it *CollectiblesApprovalIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*CollectiblesApprovalIterator) Error

func (it *CollectiblesApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*CollectiblesApprovalIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type CollectiblesCaller

type CollectiblesCaller struct {
	// contains filtered or unexported fields
}

CollectiblesCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewCollectiblesCaller

func NewCollectiblesCaller(address common.Address, caller bind.ContractCaller) (*CollectiblesCaller, error)

NewCollectiblesCaller creates a new read-only instance of Collectibles, bound to a specific deployed contract.

func (*CollectiblesCaller) BalanceOf

func (_Collectibles *CollectiblesCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address owner) view returns(uint256)

func (*CollectiblesCaller) BaseTokenURI

func (_Collectibles *CollectiblesCaller) BaseTokenURI(opts *bind.CallOpts) (string, error)

BaseTokenURI is a free data retrieval call binding the contract method 0xd547cfb7.

Solidity: function baseTokenURI() view returns(string)

func (*CollectiblesCaller) GetApproved

func (_Collectibles *CollectiblesCaller) GetApproved(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)

GetApproved is a free data retrieval call binding the contract method 0x081812fc.

Solidity: function getApproved(uint256 tokenId) view returns(address)

func (*CollectiblesCaller) IsApprovedForAll

func (_Collectibles *CollectiblesCaller) IsApprovedForAll(opts *bind.CallOpts, owner common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)

func (*CollectiblesCaller) MasterToken

func (_Collectibles *CollectiblesCaller) MasterToken(opts *bind.CallOpts) (common.Address, error)

MasterToken is a free data retrieval call binding the contract method 0x2bb5e31e.

Solidity: function masterToken() view returns(address)

func (*CollectiblesCaller) MaxSupply

func (_Collectibles *CollectiblesCaller) MaxSupply(opts *bind.CallOpts) (*big.Int, error)

MaxSupply is a free data retrieval call binding the contract method 0xd5abeb01.

Solidity: function maxSupply() view returns(uint256)

func (*CollectiblesCaller) MintedCount

func (_Collectibles *CollectiblesCaller) MintedCount(opts *bind.CallOpts) (*big.Int, error)

MintedCount is a free data retrieval call binding the contract method 0xcf721b15.

Solidity: function mintedCount() view returns(uint256)

func (*CollectiblesCaller) Name

func (_Collectibles *CollectiblesCaller) Name(opts *bind.CallOpts) (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*CollectiblesCaller) OwnerOf

func (_Collectibles *CollectiblesCaller) OwnerOf(opts *bind.CallOpts, tokenId *big.Int) (common.Address, error)

OwnerOf is a free data retrieval call binding the contract method 0x6352211e.

Solidity: function ownerOf(uint256 tokenId) view returns(address)

func (*CollectiblesCaller) OwnerToken

func (_Collectibles *CollectiblesCaller) OwnerToken(opts *bind.CallOpts) (common.Address, error)

OwnerToken is a free data retrieval call binding the contract method 0x65371883.

Solidity: function ownerToken() view returns(address)

func (*CollectiblesCaller) RemoteBurnable

func (_Collectibles *CollectiblesCaller) RemoteBurnable(opts *bind.CallOpts) (bool, error)

RemoteBurnable is a free data retrieval call binding the contract method 0x101639f5.

Solidity: function remoteBurnable() view returns(bool)

func (*CollectiblesCaller) SupportsInterface

func (_Collectibles *CollectiblesCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

func (*CollectiblesCaller) Symbol

func (_Collectibles *CollectiblesCaller) Symbol(opts *bind.CallOpts) (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string)

func (*CollectiblesCaller) TokenByIndex

func (_Collectibles *CollectiblesCaller) TokenByIndex(opts *bind.CallOpts, index *big.Int) (*big.Int, error)

TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.

Solidity: function tokenByIndex(uint256 index) view returns(uint256)

func (*CollectiblesCaller) TokenOfOwnerByIndex

func (_Collectibles *CollectiblesCaller) TokenOfOwnerByIndex(opts *bind.CallOpts, owner common.Address, index *big.Int) (*big.Int, error)

TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.

Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)

func (*CollectiblesCaller) TokenURI

func (_Collectibles *CollectiblesCaller) TokenURI(opts *bind.CallOpts, tokenId *big.Int) (string, error)

TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.

Solidity: function tokenURI(uint256 tokenId) view returns(string)

func (*CollectiblesCaller) TotalSupply

func (_Collectibles *CollectiblesCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*CollectiblesCaller) Transferable

func (_Collectibles *CollectiblesCaller) Transferable(opts *bind.CallOpts) (bool, error)

Transferable is a free data retrieval call binding the contract method 0x92ff0d31.

Solidity: function transferable() view returns(bool)

type CollectiblesCallerRaw

type CollectiblesCallerRaw struct {
	Contract *CollectiblesCaller // Generic read-only contract binding to access the raw methods on
}

CollectiblesCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*CollectiblesCallerRaw) Call

func (_Collectibles *CollectiblesCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type CollectiblesCallerSession

type CollectiblesCallerSession struct {
	Contract *CollectiblesCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts       // Call options to use throughout this session
}

CollectiblesCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*CollectiblesCallerSession) BalanceOf

func (_Collectibles *CollectiblesCallerSession) BalanceOf(owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address owner) view returns(uint256)

func (*CollectiblesCallerSession) BaseTokenURI

func (_Collectibles *CollectiblesCallerSession) BaseTokenURI() (string, error)

BaseTokenURI is a free data retrieval call binding the contract method 0xd547cfb7.

Solidity: function baseTokenURI() view returns(string)

func (*CollectiblesCallerSession) GetApproved

func (_Collectibles *CollectiblesCallerSession) GetApproved(tokenId *big.Int) (common.Address, error)

GetApproved is a free data retrieval call binding the contract method 0x081812fc.

Solidity: function getApproved(uint256 tokenId) view returns(address)

func (*CollectiblesCallerSession) IsApprovedForAll

func (_Collectibles *CollectiblesCallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)

func (*CollectiblesCallerSession) MasterToken

func (_Collectibles *CollectiblesCallerSession) MasterToken() (common.Address, error)

MasterToken is a free data retrieval call binding the contract method 0x2bb5e31e.

Solidity: function masterToken() view returns(address)

func (*CollectiblesCallerSession) MaxSupply

func (_Collectibles *CollectiblesCallerSession) MaxSupply() (*big.Int, error)

MaxSupply is a free data retrieval call binding the contract method 0xd5abeb01.

Solidity: function maxSupply() view returns(uint256)

func (*CollectiblesCallerSession) MintedCount

func (_Collectibles *CollectiblesCallerSession) MintedCount() (*big.Int, error)

MintedCount is a free data retrieval call binding the contract method 0xcf721b15.

Solidity: function mintedCount() view returns(uint256)

func (*CollectiblesCallerSession) Name

func (_Collectibles *CollectiblesCallerSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*CollectiblesCallerSession) OwnerOf

func (_Collectibles *CollectiblesCallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)

OwnerOf is a free data retrieval call binding the contract method 0x6352211e.

Solidity: function ownerOf(uint256 tokenId) view returns(address)

func (*CollectiblesCallerSession) OwnerToken

func (_Collectibles *CollectiblesCallerSession) OwnerToken() (common.Address, error)

OwnerToken is a free data retrieval call binding the contract method 0x65371883.

Solidity: function ownerToken() view returns(address)

func (*CollectiblesCallerSession) RemoteBurnable

func (_Collectibles *CollectiblesCallerSession) RemoteBurnable() (bool, error)

RemoteBurnable is a free data retrieval call binding the contract method 0x101639f5.

Solidity: function remoteBurnable() view returns(bool)

func (*CollectiblesCallerSession) SupportsInterface

func (_Collectibles *CollectiblesCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

func (*CollectiblesCallerSession) Symbol

func (_Collectibles *CollectiblesCallerSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string)

func (*CollectiblesCallerSession) TokenByIndex

func (_Collectibles *CollectiblesCallerSession) TokenByIndex(index *big.Int) (*big.Int, error)

TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.

Solidity: function tokenByIndex(uint256 index) view returns(uint256)

func (*CollectiblesCallerSession) TokenOfOwnerByIndex

func (_Collectibles *CollectiblesCallerSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)

TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.

Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)

func (*CollectiblesCallerSession) TokenURI

func (_Collectibles *CollectiblesCallerSession) TokenURI(tokenId *big.Int) (string, error)

TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.

Solidity: function tokenURI(uint256 tokenId) view returns(string)

func (*CollectiblesCallerSession) TotalSupply

func (_Collectibles *CollectiblesCallerSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*CollectiblesCallerSession) Transferable

func (_Collectibles *CollectiblesCallerSession) Transferable() (bool, error)

Transferable is a free data retrieval call binding the contract method 0x92ff0d31.

Solidity: function transferable() view returns(bool)

type CollectiblesFilterer

type CollectiblesFilterer struct {
	// contains filtered or unexported fields
}

CollectiblesFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewCollectiblesFilterer

func NewCollectiblesFilterer(address common.Address, filterer bind.ContractFilterer) (*CollectiblesFilterer, error)

NewCollectiblesFilterer creates a new log filterer instance of Collectibles, bound to a specific deployed contract.

func (*CollectiblesFilterer) FilterApproval

func (_Collectibles *CollectiblesFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*CollectiblesApprovalIterator, error)

FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)

func (*CollectiblesFilterer) FilterApprovalForAll

func (_Collectibles *CollectiblesFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*CollectiblesApprovalForAllIterator, error)

FilterApprovalForAll is a free log retrieval operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)

func (*CollectiblesFilterer) FilterStatusMint added in v0.171.3

func (_Collectibles *CollectiblesFilterer) FilterStatusMint(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*CollectiblesStatusMintIterator, error)

FilterStatusMint is a free log retrieval operation binding the contract event 0x28c427b0611d99da5c4f7368abe57e86b045b483c4689ae93e90745802335b87.

Solidity: event StatusMint(address indexed from, address indexed to, uint256 indexed tokenId)

func (*CollectiblesFilterer) FilterTransfer

func (_Collectibles *CollectiblesFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*CollectiblesTransferIterator, error)

FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)

func (*CollectiblesFilterer) ParseApproval

func (_Collectibles *CollectiblesFilterer) ParseApproval(log types.Log) (*CollectiblesApproval, error)

ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)

func (*CollectiblesFilterer) ParseApprovalForAll

func (_Collectibles *CollectiblesFilterer) ParseApprovalForAll(log types.Log) (*CollectiblesApprovalForAll, error)

ParseApprovalForAll is a log parse operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)

func (*CollectiblesFilterer) ParseStatusMint added in v0.171.3

func (_Collectibles *CollectiblesFilterer) ParseStatusMint(log types.Log) (*CollectiblesStatusMint, error)

ParseStatusMint is a log parse operation binding the contract event 0x28c427b0611d99da5c4f7368abe57e86b045b483c4689ae93e90745802335b87.

Solidity: event StatusMint(address indexed from, address indexed to, uint256 indexed tokenId)

func (*CollectiblesFilterer) ParseTransfer

func (_Collectibles *CollectiblesFilterer) ParseTransfer(log types.Log) (*CollectiblesTransfer, error)

ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)

func (*CollectiblesFilterer) WatchApproval

func (_Collectibles *CollectiblesFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *CollectiblesApproval, owner []common.Address, approved []common.Address, tokenId []*big.Int) (event.Subscription, error)

WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)

func (*CollectiblesFilterer) WatchApprovalForAll

func (_Collectibles *CollectiblesFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *CollectiblesApprovalForAll, owner []common.Address, operator []common.Address) (event.Subscription, error)

WatchApprovalForAll is a free log subscription operation binding the contract event 0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31.

Solidity: event ApprovalForAll(address indexed owner, address indexed operator, bool approved)

func (*CollectiblesFilterer) WatchStatusMint added in v0.171.3

func (_Collectibles *CollectiblesFilterer) WatchStatusMint(opts *bind.WatchOpts, sink chan<- *CollectiblesStatusMint, from []common.Address, to []common.Address, tokenId []*big.Int) (event.Subscription, error)

WatchStatusMint is a free log subscription operation binding the contract event 0x28c427b0611d99da5c4f7368abe57e86b045b483c4689ae93e90745802335b87.

Solidity: event StatusMint(address indexed from, address indexed to, uint256 indexed tokenId)

func (*CollectiblesFilterer) WatchTransfer

func (_Collectibles *CollectiblesFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *CollectiblesTransfer, from []common.Address, to []common.Address, tokenId []*big.Int) (event.Subscription, error)

WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)

type CollectiblesRaw

type CollectiblesRaw struct {
	Contract *Collectibles // Generic contract binding to access the raw methods on
}

CollectiblesRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*CollectiblesRaw) Call

func (_Collectibles *CollectiblesRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*CollectiblesRaw) Transact

func (_Collectibles *CollectiblesRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*CollectiblesRaw) Transfer

func (_Collectibles *CollectiblesRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type CollectiblesSession

type CollectiblesSession struct {
	Contract     *Collectibles     // Generic contract binding to set the session for
	CallOpts     bind.CallOpts     // Call options to use throughout this session
	TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session
}

CollectiblesSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*CollectiblesSession) Approve

func (_Collectibles *CollectiblesSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address to, uint256 tokenId) returns()

func (*CollectiblesSession) BalanceOf

func (_Collectibles *CollectiblesSession) BalanceOf(owner common.Address) (*big.Int, error)

BalanceOf is a free data retrieval call binding the contract method 0x70a08231.

Solidity: function balanceOf(address owner) view returns(uint256)

func (*CollectiblesSession) BaseTokenURI

func (_Collectibles *CollectiblesSession) BaseTokenURI() (string, error)

BaseTokenURI is a free data retrieval call binding the contract method 0xd547cfb7.

Solidity: function baseTokenURI() view returns(string)

func (*CollectiblesSession) GetApproved

func (_Collectibles *CollectiblesSession) GetApproved(tokenId *big.Int) (common.Address, error)

GetApproved is a free data retrieval call binding the contract method 0x081812fc.

Solidity: function getApproved(uint256 tokenId) view returns(address)

func (*CollectiblesSession) IsApprovedForAll

func (_Collectibles *CollectiblesSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)

IsApprovedForAll is a free data retrieval call binding the contract method 0xe985e9c5.

Solidity: function isApprovedForAll(address owner, address operator) view returns(bool)

func (*CollectiblesSession) MasterToken

func (_Collectibles *CollectiblesSession) MasterToken() (common.Address, error)

MasterToken is a free data retrieval call binding the contract method 0x2bb5e31e.

Solidity: function masterToken() view returns(address)

func (*CollectiblesSession) MaxSupply

func (_Collectibles *CollectiblesSession) MaxSupply() (*big.Int, error)

MaxSupply is a free data retrieval call binding the contract method 0xd5abeb01.

Solidity: function maxSupply() view returns(uint256)

func (*CollectiblesSession) MintTo

func (_Collectibles *CollectiblesSession) MintTo(addresses []common.Address) (*types.Transaction, error)

MintTo is a paid mutator transaction binding the contract method 0xce7c8b49.

Solidity: function mintTo(address[] addresses) returns()

func (*CollectiblesSession) MintedCount

func (_Collectibles *CollectiblesSession) MintedCount() (*big.Int, error)

MintedCount is a free data retrieval call binding the contract method 0xcf721b15.

Solidity: function mintedCount() view returns(uint256)

func (*CollectiblesSession) Name

func (_Collectibles *CollectiblesSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*CollectiblesSession) OwnerOf

func (_Collectibles *CollectiblesSession) OwnerOf(tokenId *big.Int) (common.Address, error)

OwnerOf is a free data retrieval call binding the contract method 0x6352211e.

Solidity: function ownerOf(uint256 tokenId) view returns(address)

func (*CollectiblesSession) OwnerToken

func (_Collectibles *CollectiblesSession) OwnerToken() (common.Address, error)

OwnerToken is a free data retrieval call binding the contract method 0x65371883.

Solidity: function ownerToken() view returns(address)

func (*CollectiblesSession) RemoteBurn

func (_Collectibles *CollectiblesSession) RemoteBurn(tokenIds []*big.Int) (*types.Transaction, error)

RemoteBurn is a paid mutator transaction binding the contract method 0x4fb95e02.

Solidity: function remoteBurn(uint256[] tokenIds) returns()

func (*CollectiblesSession) RemoteBurnable

func (_Collectibles *CollectiblesSession) RemoteBurnable() (bool, error)

RemoteBurnable is a free data retrieval call binding the contract method 0x101639f5.

Solidity: function remoteBurnable() view returns(bool)

func (*CollectiblesSession) SafeTransferFrom

func (_Collectibles *CollectiblesSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()

func (*CollectiblesSession) SafeTransferFrom0

func (_Collectibles *CollectiblesSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()

func (*CollectiblesSession) SetApprovalForAll

func (_Collectibles *CollectiblesSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool approved) returns()

func (*CollectiblesSession) SetMaxSupply

func (_Collectibles *CollectiblesSession) SetMaxSupply(newMaxSupply *big.Int) (*types.Transaction, error)

SetMaxSupply is a paid mutator transaction binding the contract method 0x6f8b44b0.

Solidity: function setMaxSupply(uint256 newMaxSupply) returns()

func (*CollectiblesSession) SupportsInterface

func (_Collectibles *CollectiblesSession) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

func (*CollectiblesSession) Symbol

func (_Collectibles *CollectiblesSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string)

func (*CollectiblesSession) TokenByIndex

func (_Collectibles *CollectiblesSession) TokenByIndex(index *big.Int) (*big.Int, error)

TokenByIndex is a free data retrieval call binding the contract method 0x4f6ccce7.

Solidity: function tokenByIndex(uint256 index) view returns(uint256)

func (*CollectiblesSession) TokenOfOwnerByIndex

func (_Collectibles *CollectiblesSession) TokenOfOwnerByIndex(owner common.Address, index *big.Int) (*big.Int, error)

TokenOfOwnerByIndex is a free data retrieval call binding the contract method 0x2f745c59.

Solidity: function tokenOfOwnerByIndex(address owner, uint256 index) view returns(uint256)

func (*CollectiblesSession) TokenURI

func (_Collectibles *CollectiblesSession) TokenURI(tokenId *big.Int) (string, error)

TokenURI is a free data retrieval call binding the contract method 0xc87b56dd.

Solidity: function tokenURI(uint256 tokenId) view returns(string)

func (*CollectiblesSession) TotalSupply

func (_Collectibles *CollectiblesSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*CollectiblesSession) TransferFrom

func (_Collectibles *CollectiblesSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()

func (*CollectiblesSession) Transferable

func (_Collectibles *CollectiblesSession) Transferable() (bool, error)

Transferable is a free data retrieval call binding the contract method 0x92ff0d31.

Solidity: function transferable() view returns(bool)

type CollectiblesStatusMint added in v0.171.3

type CollectiblesStatusMint struct {
	From    common.Address
	To      common.Address
	TokenId *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

CollectiblesStatusMint represents a StatusMint event raised by the Collectibles contract.

type CollectiblesStatusMintIterator added in v0.171.3

type CollectiblesStatusMintIterator struct {
	Event *CollectiblesStatusMint // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

CollectiblesStatusMintIterator is returned from FilterStatusMint and is used to iterate over the raw logs and unpacked data for StatusMint events raised by the Collectibles contract.

func (*CollectiblesStatusMintIterator) Close added in v0.171.3

Close terminates the iteration process, releasing any pending underlying resources.

func (*CollectiblesStatusMintIterator) Error added in v0.171.3

Error returns any retrieval or parsing error occurred during filtering.

func (*CollectiblesStatusMintIterator) Next added in v0.171.3

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

type CollectiblesTransactor

type CollectiblesTransactor struct {
	// contains filtered or unexported fields
}

CollectiblesTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewCollectiblesTransactor

func NewCollectiblesTransactor(address common.Address, transactor bind.ContractTransactor) (*CollectiblesTransactor, error)

NewCollectiblesTransactor creates a new write-only instance of Collectibles, bound to a specific deployed contract.

func (*CollectiblesTransactor) Approve

func (_Collectibles *CollectiblesTransactor) Approve(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address to, uint256 tokenId) returns()

func (*CollectiblesTransactor) MintTo

func (_Collectibles *CollectiblesTransactor) MintTo(opts *bind.TransactOpts, addresses []common.Address) (*types.Transaction, error)

MintTo is a paid mutator transaction binding the contract method 0xce7c8b49.

Solidity: function mintTo(address[] addresses) returns()

func (*CollectiblesTransactor) RemoteBurn

func (_Collectibles *CollectiblesTransactor) RemoteBurn(opts *bind.TransactOpts, tokenIds []*big.Int) (*types.Transaction, error)

RemoteBurn is a paid mutator transaction binding the contract method 0x4fb95e02.

Solidity: function remoteBurn(uint256[] tokenIds) returns()

func (*CollectiblesTransactor) SafeTransferFrom

func (_Collectibles *CollectiblesTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()

func (*CollectiblesTransactor) SafeTransferFrom0

func (_Collectibles *CollectiblesTransactor) SafeTransferFrom0(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()

func (*CollectiblesTransactor) SetApprovalForAll

func (_Collectibles *CollectiblesTransactor) SetApprovalForAll(opts *bind.TransactOpts, operator common.Address, approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool approved) returns()

func (*CollectiblesTransactor) SetMaxSupply

func (_Collectibles *CollectiblesTransactor) SetMaxSupply(opts *bind.TransactOpts, newMaxSupply *big.Int) (*types.Transaction, error)

SetMaxSupply is a paid mutator transaction binding the contract method 0x6f8b44b0.

Solidity: function setMaxSupply(uint256 newMaxSupply) returns()

func (*CollectiblesTransactor) TransferFrom

func (_Collectibles *CollectiblesTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()

type CollectiblesTransactorRaw

type CollectiblesTransactorRaw struct {
	Contract *CollectiblesTransactor // Generic write-only contract binding to access the raw methods on
}

CollectiblesTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*CollectiblesTransactorRaw) Transact

func (_Collectibles *CollectiblesTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*CollectiblesTransactorRaw) Transfer

func (_Collectibles *CollectiblesTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type CollectiblesTransactorSession

type CollectiblesTransactorSession struct {
	Contract     *CollectiblesTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts       // Transaction auth options to use throughout this session
}

CollectiblesTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*CollectiblesTransactorSession) Approve

func (_Collectibles *CollectiblesTransactorSession) Approve(to common.Address, tokenId *big.Int) (*types.Transaction, error)

Approve is a paid mutator transaction binding the contract method 0x095ea7b3.

Solidity: function approve(address to, uint256 tokenId) returns()

func (*CollectiblesTransactorSession) MintTo

func (_Collectibles *CollectiblesTransactorSession) MintTo(addresses []common.Address) (*types.Transaction, error)

MintTo is a paid mutator transaction binding the contract method 0xce7c8b49.

Solidity: function mintTo(address[] addresses) returns()

func (*CollectiblesTransactorSession) RemoteBurn

func (_Collectibles *CollectiblesTransactorSession) RemoteBurn(tokenIds []*big.Int) (*types.Transaction, error)

RemoteBurn is a paid mutator transaction binding the contract method 0x4fb95e02.

Solidity: function remoteBurn(uint256[] tokenIds) returns()

func (*CollectiblesTransactorSession) SafeTransferFrom

func (_Collectibles *CollectiblesTransactorSession) SafeTransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

SafeTransferFrom is a paid mutator transaction binding the contract method 0x42842e0e.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId) returns()

func (*CollectiblesTransactorSession) SafeTransferFrom0

func (_Collectibles *CollectiblesTransactorSession) SafeTransferFrom0(from common.Address, to common.Address, tokenId *big.Int, data []byte) (*types.Transaction, error)

SafeTransferFrom0 is a paid mutator transaction binding the contract method 0xb88d4fde.

Solidity: function safeTransferFrom(address from, address to, uint256 tokenId, bytes data) returns()

func (*CollectiblesTransactorSession) SetApprovalForAll

func (_Collectibles *CollectiblesTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)

SetApprovalForAll is a paid mutator transaction binding the contract method 0xa22cb465.

Solidity: function setApprovalForAll(address operator, bool approved) returns()

func (*CollectiblesTransactorSession) SetMaxSupply

func (_Collectibles *CollectiblesTransactorSession) SetMaxSupply(newMaxSupply *big.Int) (*types.Transaction, error)

SetMaxSupply is a paid mutator transaction binding the contract method 0x6f8b44b0.

Solidity: function setMaxSupply(uint256 newMaxSupply) returns()

func (*CollectiblesTransactorSession) TransferFrom

func (_Collectibles *CollectiblesTransactorSession) TransferFrom(from common.Address, to common.Address, tokenId *big.Int) (*types.Transaction, error)

TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.

Solidity: function transferFrom(address from, address to, uint256 tokenId) returns()

type CollectiblesTransfer

type CollectiblesTransfer struct {
	From    common.Address
	To      common.Address
	TokenId *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

CollectiblesTransfer represents a Transfer event raised by the Collectibles contract.

type CollectiblesTransferIterator

type CollectiblesTransferIterator struct {
	Event *CollectiblesTransfer // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

CollectiblesTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Collectibles contract.

func (*CollectiblesTransferIterator) Close

func (it *CollectiblesTransferIterator) Close() error

Close terminates the iteration process, releasing any pending underlying resources.

func (*CollectiblesTransferIterator) Error

func (it *CollectiblesTransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*CollectiblesTransferIterator) Next

Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL