Documentation ¶
Index ¶
- Variables
- type BaseNFTVaultBridgeTransferOp
- type ERC721Vault
- type ERC721VaultAdminChanged
- type ERC721VaultAdminChangedIterator
- type ERC721VaultBeaconUpgraded
- type ERC721VaultBeaconUpgradedIterator
- type ERC721VaultBridgedTokenDeployed
- type ERC721VaultBridgedTokenDeployedIterator
- type ERC721VaultCaller
- func (_ERC721Vault *ERC721VaultCaller) AddressManager(opts *bind.CallOpts) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCaller) BridgedToCanonical(opts *bind.CallOpts, btoken common.Address) (struct{ ... }, error)
- func (_ERC721Vault *ERC721VaultCaller) CanonicalToBridged(opts *bind.CallOpts, chainId *big.Int, ctoken common.Address) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCaller) Impl(opts *bind.CallOpts) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCaller) InNonReentrant(opts *bind.CallOpts) (bool, error)
- func (_ERC721Vault *ERC721VaultCaller) LastUnpausedAt(opts *bind.CallOpts) (uint64, error)
- func (_ERC721Vault *ERC721VaultCaller) Name(opts *bind.CallOpts) ([32]byte, error)
- func (_ERC721Vault *ERC721VaultCaller) OnERC721Received(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address, arg2 *big.Int, ...) ([4]byte, error)
- func (_ERC721Vault *ERC721VaultCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCaller) Paused(opts *bind.CallOpts) (bool, error)
- func (_ERC721Vault *ERC721VaultCaller) PendingOwner(opts *bind.CallOpts) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCaller) ProxiableUUID(opts *bind.CallOpts) ([32]byte, error)
- func (_ERC721Vault *ERC721VaultCaller) Resolve(opts *bind.CallOpts, _chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCaller) Resolve0(opts *bind.CallOpts, _name [32]byte, _allowZeroAddress bool) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCaller) SupportsInterface(opts *bind.CallOpts, _interfaceId [4]byte) (bool, error)
- type ERC721VaultCallerRaw
- type ERC721VaultCallerSession
- func (_ERC721Vault *ERC721VaultCallerSession) AddressManager() (common.Address, error)
- func (_ERC721Vault *ERC721VaultCallerSession) BridgedToCanonical(btoken common.Address) (struct{ ... }, error)
- func (_ERC721Vault *ERC721VaultCallerSession) CanonicalToBridged(chainId *big.Int, ctoken common.Address) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCallerSession) Impl() (common.Address, error)
- func (_ERC721Vault *ERC721VaultCallerSession) InNonReentrant() (bool, error)
- func (_ERC721Vault *ERC721VaultCallerSession) LastUnpausedAt() (uint64, error)
- func (_ERC721Vault *ERC721VaultCallerSession) Name() ([32]byte, error)
- func (_ERC721Vault *ERC721VaultCallerSession) OnERC721Received(arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 []byte) ([4]byte, error)
- func (_ERC721Vault *ERC721VaultCallerSession) Owner() (common.Address, error)
- func (_ERC721Vault *ERC721VaultCallerSession) Paused() (bool, error)
- func (_ERC721Vault *ERC721VaultCallerSession) PendingOwner() (common.Address, error)
- func (_ERC721Vault *ERC721VaultCallerSession) ProxiableUUID() ([32]byte, error)
- func (_ERC721Vault *ERC721VaultCallerSession) Resolve(_chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCallerSession) Resolve0(_name [32]byte, _allowZeroAddress bool) (common.Address, error)
- func (_ERC721Vault *ERC721VaultCallerSession) SupportsInterface(_interfaceId [4]byte) (bool, error)
- type ERC721VaultFilterer
- func (_ERC721Vault *ERC721VaultFilterer) FilterAdminChanged(opts *bind.FilterOpts) (*ERC721VaultAdminChangedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterBeaconUpgraded(opts *bind.FilterOpts, beacon []common.Address) (*ERC721VaultBeaconUpgradedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterBridgedTokenDeployed(opts *bind.FilterOpts, chainId []uint64, ctoken []common.Address, ...) (*ERC721VaultBridgedTokenDeployedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterInitialized(opts *bind.FilterOpts) (*ERC721VaultInitializedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterOwnershipTransferStarted(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*ERC721VaultOwnershipTransferStartedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*ERC721VaultOwnershipTransferredIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterPaused(opts *bind.FilterOpts) (*ERC721VaultPausedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterTokenReceived(opts *bind.FilterOpts, msgHash [][32]byte, from []common.Address, ...) (*ERC721VaultTokenReceivedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterTokenReleased(opts *bind.FilterOpts, msgHash [][32]byte, from []common.Address) (*ERC721VaultTokenReleasedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterTokenSent(opts *bind.FilterOpts, msgHash [][32]byte, from []common.Address, ...) (*ERC721VaultTokenSentIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterUnpaused(opts *bind.FilterOpts) (*ERC721VaultUnpausedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*ERC721VaultUpgradedIterator, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseAdminChanged(log types.Log) (*ERC721VaultAdminChanged, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseBeaconUpgraded(log types.Log) (*ERC721VaultBeaconUpgraded, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseBridgedTokenDeployed(log types.Log) (*ERC721VaultBridgedTokenDeployed, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseInitialized(log types.Log) (*ERC721VaultInitialized, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseOwnershipTransferStarted(log types.Log) (*ERC721VaultOwnershipTransferStarted, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseOwnershipTransferred(log types.Log) (*ERC721VaultOwnershipTransferred, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParsePaused(log types.Log) (*ERC721VaultPaused, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseTokenReceived(log types.Log) (*ERC721VaultTokenReceived, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseTokenReleased(log types.Log) (*ERC721VaultTokenReleased, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseTokenSent(log types.Log) (*ERC721VaultTokenSent, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseUnpaused(log types.Log) (*ERC721VaultUnpaused, error)
- func (_ERC721Vault *ERC721VaultFilterer) ParseUpgraded(log types.Log) (*ERC721VaultUpgraded, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchAdminChanged(opts *bind.WatchOpts, sink chan<- *ERC721VaultAdminChanged) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchBeaconUpgraded(opts *bind.WatchOpts, sink chan<- *ERC721VaultBeaconUpgraded, ...) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchBridgedTokenDeployed(opts *bind.WatchOpts, sink chan<- *ERC721VaultBridgedTokenDeployed, ...) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ERC721VaultInitialized) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchOwnershipTransferStarted(opts *bind.WatchOpts, sink chan<- *ERC721VaultOwnershipTransferStarted, ...) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ERC721VaultOwnershipTransferred, ...) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ERC721VaultPaused) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchTokenReceived(opts *bind.WatchOpts, sink chan<- *ERC721VaultTokenReceived, ...) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchTokenReleased(opts *bind.WatchOpts, sink chan<- *ERC721VaultTokenReleased, ...) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchTokenSent(opts *bind.WatchOpts, sink chan<- *ERC721VaultTokenSent, msgHash [][32]byte, ...) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ERC721VaultUnpaused) (event.Subscription, error)
- func (_ERC721Vault *ERC721VaultFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *ERC721VaultUpgraded, ...) (event.Subscription, error)
- type ERC721VaultInitialized
- type ERC721VaultInitializedIterator
- type ERC721VaultOwnershipTransferStarted
- type ERC721VaultOwnershipTransferStartedIterator
- type ERC721VaultOwnershipTransferred
- type ERC721VaultOwnershipTransferredIterator
- type ERC721VaultPaused
- type ERC721VaultPausedIterator
- type ERC721VaultRaw
- func (_ERC721Vault *ERC721VaultRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ERC721Vault *ERC721VaultRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ERC721VaultSession
- func (_ERC721Vault *ERC721VaultSession) AcceptOwnership() (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) AddressManager() (common.Address, error)
- func (_ERC721Vault *ERC721VaultSession) BridgedToCanonical(btoken common.Address) (struct{ ... }, error)
- func (_ERC721Vault *ERC721VaultSession) CanonicalToBridged(chainId *big.Int, ctoken common.Address) (common.Address, error)
- func (_ERC721Vault *ERC721VaultSession) Impl() (common.Address, error)
- func (_ERC721Vault *ERC721VaultSession) InNonReentrant() (bool, error)
- func (_ERC721Vault *ERC721VaultSession) Init(_owner common.Address, _addressManager common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) LastUnpausedAt() (uint64, error)
- func (_ERC721Vault *ERC721VaultSession) Name() ([32]byte, error)
- func (_ERC721Vault *ERC721VaultSession) OnERC721Received(arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 []byte) ([4]byte, error)
- func (_ERC721Vault *ERC721VaultSession) OnMessageInvocation(_data []byte) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) OnMessageRecalled(_message IBridgeMessage, _msgHash [32]byte) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) Owner() (common.Address, error)
- func (_ERC721Vault *ERC721VaultSession) Pause() (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) Paused() (bool, error)
- func (_ERC721Vault *ERC721VaultSession) PendingOwner() (common.Address, error)
- func (_ERC721Vault *ERC721VaultSession) ProxiableUUID() ([32]byte, error)
- func (_ERC721Vault *ERC721VaultSession) RenounceOwnership() (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) Resolve(_chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)
- func (_ERC721Vault *ERC721VaultSession) Resolve0(_name [32]byte, _allowZeroAddress bool) (common.Address, error)
- func (_ERC721Vault *ERC721VaultSession) SendToken(_op BaseNFTVaultBridgeTransferOp) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) SupportsInterface(_interfaceId [4]byte) (bool, error)
- func (_ERC721Vault *ERC721VaultSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) Unpause() (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ERC721VaultTokenReceived
- type ERC721VaultTokenReceivedIterator
- type ERC721VaultTokenReleased
- type ERC721VaultTokenReleasedIterator
- type ERC721VaultTokenSent
- type ERC721VaultTokenSentIterator
- type ERC721VaultTransactor
- func (_ERC721Vault *ERC721VaultTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) Init(opts *bind.TransactOpts, _owner common.Address, _addressManager common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) OnMessageInvocation(opts *bind.TransactOpts, _data []byte) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) OnMessageRecalled(opts *bind.TransactOpts, _message IBridgeMessage, _msgHash [32]byte) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) SendToken(opts *bind.TransactOpts, _op BaseNFTVaultBridgeTransferOp) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactor) UpgradeToAndCall(opts *bind.TransactOpts, newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ERC721VaultTransactorRaw
- type ERC721VaultTransactorSession
- func (_ERC721Vault *ERC721VaultTransactorSession) AcceptOwnership() (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) Init(_owner common.Address, _addressManager common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) OnMessageInvocation(_data []byte) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) OnMessageRecalled(_message IBridgeMessage, _msgHash [32]byte) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) Pause() (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) SendToken(_op BaseNFTVaultBridgeTransferOp) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) Unpause() (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
- func (_ERC721Vault *ERC721VaultTransactorSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
- type ERC721VaultUnpaused
- type ERC721VaultUnpausedIterator
- type ERC721VaultUpgraded
- type ERC721VaultUpgradedIterator
- type IBridgeMessage
Constants ¶
This section is empty.
Variables ¶
var ERC721VaultABI = ERC721VaultMetaData.ABI
ERC721VaultABI is the input ABI used to generate the binding from. Deprecated: Use ERC721VaultMetaData.ABI instead.
var ERC721VaultMetaData = &bind.MetaData{
ABI: "[{\"type\":\"function\",\"name\":\"acceptOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addressManager\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"bridgedToCanonical\",\"inputs\":[{\"name\":\"btoken\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"addr\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"symbol\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"name\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"canonicalToBridged\",\"inputs\":[{\"name\":\"chainId\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"ctoken\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"btoken\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"impl\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"inNonReentrant\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"init\",\"inputs\":[{\"name\":\"_owner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_addressManager\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"lastUnpausedAt\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint64\",\"internalType\":\"uint64\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"name\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"onERC721Received\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"stateMutability\":\"pure\"},{\"type\":\"function\",\"name\":\"onMessageInvocation\",\"inputs\":[{\"name\":\"_data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"onMessageRecalled\",\"inputs\":[{\"name\":\"_message\",\"type\":\"tuple\",\"internalType\":\"structIBridge.Message\",\"components\":[{\"name\":\"id\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"fee\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"gasLimit\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"from\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"srcChainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"srcOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"destChainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"destOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]},{\"name\":\"_msgHash\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"owner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pause\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"paused\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"pendingOwner\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"proxiableUUID\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"renounceOwnership\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"resolve\",\"inputs\":[{\"name\":\"_chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"_name\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_allowZeroAddress\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"addresspayable\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"resolve\",\"inputs\":[{\"name\":\"_name\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"},{\"name\":\"_allowZeroAddress\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"addresspayable\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"sendToken\",\"inputs\":[{\"name\":\"_op\",\"type\":\"tuple\",\"internalType\":\"structBaseNFTVault.BridgeTransferOp\",\"components\":[{\"name\":\"destChainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"destOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"fee\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"token\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"gasLimit\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"tokenIds\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"},{\"name\":\"amounts\",\"type\":\"uint256[]\",\"internalType\":\"uint256[]\"}]}],\"outputs\":[{\"name\":\"message_\",\"type\":\"tuple\",\"internalType\":\"structIBridge.Message\",\"components\":[{\"name\":\"id\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"fee\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"gasLimit\",\"type\":\"uint32\",\"internalType\":\"uint32\"},{\"name\":\"from\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"srcChainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"srcOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"destChainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"destOwner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"internalType\":\"uint256\"},{\"name\":\"data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}]}],\"stateMutability\":\"payable\"},{\"type\":\"function\",\"name\":\"supportsInterface\",\"inputs\":[{\"name\":\"_interfaceId\",\"type\":\"bytes4\",\"internalType\":\"bytes4\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transferOwnership\",\"inputs\":[{\"name\":\"newOwner\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"unpause\",\"inputs\":[],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"upgradeTo\",\"inputs\":[{\"name\":\"newImplementation\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"upgradeToAndCall\",\"inputs\":[{\"name\":\"newImplementation\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"data\",\"type\":\"bytes\",\"internalType\":\"bytes\"}],\"outputs\":[],\"stateMutability\":\"payable\"},{\"type\":\"event\",\"name\":\"AdminChanged\",\"inputs\":[{\"name\":\"previousAdmin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"newAdmin\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BeaconUpgraded\",\"inputs\":[{\"name\":\"beacon\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"BridgedTokenDeployed\",\"inputs\":[{\"name\":\"chainId\",\"type\":\"uint64\",\"indexed\":true,\"internalType\":\"uint64\"},{\"name\":\"ctoken\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"btoken\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"ctokenSymbol\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"},{\"name\":\"ctokenName\",\"type\":\"string\",\"indexed\":false,\"internalType\":\"string\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Initialized\",\"inputs\":[{\"name\":\"version\",\"type\":\"uint8\",\"indexed\":false,\"internalType\":\"uint8\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferStarted\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"OwnershipTransferred\",\"inputs\":[{\"name\":\"previousOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"newOwner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Paused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"TokenReceived\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"srcChainId\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"},{\"name\":\"ctoken\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"tokenIds\",\"type\":\"uint256[]\",\"indexed\":false,\"internalType\":\"uint256[]\"},{\"name\":\"amounts\",\"type\":\"uint256[]\",\"indexed\":false,\"internalType\":\"uint256[]\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"TokenReleased\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"ctoken\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"tokenIds\",\"type\":\"uint256[]\",\"indexed\":false,\"internalType\":\"uint256[]\"},{\"name\":\"amounts\",\"type\":\"uint256[]\",\"indexed\":false,\"internalType\":\"uint256[]\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"TokenSent\",\"inputs\":[{\"name\":\"msgHash\",\"type\":\"bytes32\",\"indexed\":true,\"internalType\":\"bytes32\"},{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"destChainId\",\"type\":\"uint64\",\"indexed\":false,\"internalType\":\"uint64\"},{\"name\":\"ctoken\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"token\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"},{\"name\":\"tokenIds\",\"type\":\"uint256[]\",\"indexed\":false,\"internalType\":\"uint256[]\"},{\"name\":\"amounts\",\"type\":\"uint256[]\",\"indexed\":false,\"internalType\":\"uint256[]\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Unpaused\",\"inputs\":[{\"name\":\"account\",\"type\":\"address\",\"indexed\":false,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Upgraded\",\"inputs\":[{\"name\":\"implementation\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"}],\"anonymous\":false},{\"type\":\"error\",\"name\":\"ETH_TRANSFER_FAILED\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"FUNC_NOT_IMPLEMENTED\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"INVALID_PAUSE_STATUS\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"REENTRANT_CALL\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RESOLVER_DENIED\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RESOLVER_INVALID_MANAGER\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RESOLVER_UNEXPECTED_CHAINID\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"RESOLVER_ZERO_ADDR\",\"inputs\":[{\"name\":\"chainId\",\"type\":\"uint64\",\"internalType\":\"uint64\"},{\"name\":\"name\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}]},{\"type\":\"error\",\"name\":\"VAULT_INSUFFICIENT_FEE\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"VAULT_INTERFACE_NOT_SUPPORTED\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"VAULT_INVALID_AMOUNT\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"VAULT_INVALID_TOKEN\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"VAULT_INVALID_TO_ADDR\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"VAULT_PERMISSION_DENIED\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"VAULT_TOKEN_ARRAY_MISMATCH\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ZERO_ADDRESS\",\"inputs\":[]},{\"type\":\"error\",\"name\":\"ZERO_VALUE\",\"inputs\":[]}]",
}
ERC721VaultMetaData contains all meta data concerning the ERC721Vault contract.
Functions ¶
This section is empty.
Types ¶
type BaseNFTVaultBridgeTransferOp ¶
type BaseNFTVaultBridgeTransferOp struct { DestChainId uint64 DestOwner common.Address To common.Address Fee uint64 Token common.Address GasLimit uint32 TokenIds []*big.Int Amounts []*big.Int }
BaseNFTVaultBridgeTransferOp is an auto generated low-level Go binding around an user-defined struct.
type ERC721Vault ¶
type ERC721Vault struct { ERC721VaultCaller // Read-only binding to the contract ERC721VaultTransactor // Write-only binding to the contract ERC721VaultFilterer // Log filterer for contract events }
ERC721Vault is an auto generated Go binding around an Ethereum contract.
func NewERC721Vault ¶
func NewERC721Vault(address common.Address, backend bind.ContractBackend) (*ERC721Vault, error)
NewERC721Vault creates a new instance of ERC721Vault, bound to a specific deployed contract.
type ERC721VaultAdminChanged ¶
type ERC721VaultAdminChanged struct { PreviousAdmin common.Address NewAdmin common.Address Raw types.Log // Blockchain specific contextual infos }
ERC721VaultAdminChanged represents a AdminChanged event raised by the ERC721Vault contract.
type ERC721VaultAdminChangedIterator ¶
type ERC721VaultAdminChangedIterator struct { Event *ERC721VaultAdminChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultAdminChangedIterator is returned from FilterAdminChanged and is used to iterate over the raw logs and unpacked data for AdminChanged events raised by the ERC721Vault contract.
func (*ERC721VaultAdminChangedIterator) Close ¶
func (it *ERC721VaultAdminChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultAdminChangedIterator) Error ¶
func (it *ERC721VaultAdminChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultAdminChangedIterator) Next ¶
func (it *ERC721VaultAdminChangedIterator) Next() bool
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 ERC721VaultBeaconUpgraded ¶
type ERC721VaultBeaconUpgraded struct { Beacon common.Address Raw types.Log // Blockchain specific contextual infos }
ERC721VaultBeaconUpgraded represents a BeaconUpgraded event raised by the ERC721Vault contract.
type ERC721VaultBeaconUpgradedIterator ¶
type ERC721VaultBeaconUpgradedIterator struct { Event *ERC721VaultBeaconUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultBeaconUpgradedIterator is returned from FilterBeaconUpgraded and is used to iterate over the raw logs and unpacked data for BeaconUpgraded events raised by the ERC721Vault contract.
func (*ERC721VaultBeaconUpgradedIterator) Close ¶
func (it *ERC721VaultBeaconUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultBeaconUpgradedIterator) Error ¶
func (it *ERC721VaultBeaconUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultBeaconUpgradedIterator) Next ¶
func (it *ERC721VaultBeaconUpgradedIterator) Next() bool
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 ERC721VaultBridgedTokenDeployed ¶
type ERC721VaultBridgedTokenDeployed struct { ChainId uint64 Ctoken common.Address Btoken common.Address CtokenSymbol string CtokenName string Raw types.Log // Blockchain specific contextual infos }
ERC721VaultBridgedTokenDeployed represents a BridgedTokenDeployed event raised by the ERC721Vault contract.
type ERC721VaultBridgedTokenDeployedIterator ¶
type ERC721VaultBridgedTokenDeployedIterator struct { Event *ERC721VaultBridgedTokenDeployed // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultBridgedTokenDeployedIterator is returned from FilterBridgedTokenDeployed and is used to iterate over the raw logs and unpacked data for BridgedTokenDeployed events raised by the ERC721Vault contract.
func (*ERC721VaultBridgedTokenDeployedIterator) Close ¶
func (it *ERC721VaultBridgedTokenDeployedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultBridgedTokenDeployedIterator) Error ¶
func (it *ERC721VaultBridgedTokenDeployedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultBridgedTokenDeployedIterator) Next ¶
func (it *ERC721VaultBridgedTokenDeployedIterator) Next() bool
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 ERC721VaultCaller ¶
type ERC721VaultCaller struct {
// contains filtered or unexported fields
}
ERC721VaultCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewERC721VaultCaller ¶
func NewERC721VaultCaller(address common.Address, caller bind.ContractCaller) (*ERC721VaultCaller, error)
NewERC721VaultCaller creates a new read-only instance of ERC721Vault, bound to a specific deployed contract.
func (*ERC721VaultCaller) AddressManager ¶
AddressManager is a free data retrieval call binding the contract method 0x3ab76e9f.
Solidity: function addressManager() view returns(address)
func (*ERC721VaultCaller) BridgedToCanonical ¶
func (_ERC721Vault *ERC721VaultCaller) BridgedToCanonical(opts *bind.CallOpts, btoken common.Address) (struct { ChainId uint64 Addr common.Address Symbol string Name string }, error)
BridgedToCanonical is a free data retrieval call binding the contract method 0x9aa8605c.
Solidity: function bridgedToCanonical(address btoken) view returns(uint64 chainId, address addr, string symbol, string name)
func (*ERC721VaultCaller) CanonicalToBridged ¶
func (_ERC721Vault *ERC721VaultCaller) CanonicalToBridged(opts *bind.CallOpts, chainId *big.Int, ctoken common.Address) (common.Address, error)
CanonicalToBridged is a free data retrieval call binding the contract method 0x67090ccf.
Solidity: function canonicalToBridged(uint256 chainId, address ctoken) view returns(address btoken)
func (*ERC721VaultCaller) Impl ¶
Impl is a free data retrieval call binding the contract method 0x8abf6077.
Solidity: function impl() view returns(address)
func (*ERC721VaultCaller) InNonReentrant ¶
func (_ERC721Vault *ERC721VaultCaller) InNonReentrant(opts *bind.CallOpts) (bool, error)
InNonReentrant is a free data retrieval call binding the contract method 0x3075db56.
Solidity: function inNonReentrant() view returns(bool)
func (*ERC721VaultCaller) LastUnpausedAt ¶
func (_ERC721Vault *ERC721VaultCaller) LastUnpausedAt(opts *bind.CallOpts) (uint64, error)
LastUnpausedAt is a free data retrieval call binding the contract method 0xe07baba6.
Solidity: function lastUnpausedAt() view returns(uint64)
func (*ERC721VaultCaller) Name ¶
func (_ERC721Vault *ERC721VaultCaller) Name(opts *bind.CallOpts) ([32]byte, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() pure returns(bytes32)
func (*ERC721VaultCaller) OnERC721Received ¶
func (_ERC721Vault *ERC721VaultCaller) OnERC721Received(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 []byte) ([4]byte, error)
OnERC721Received is a free data retrieval call binding the contract method 0x150b7a02.
Solidity: function onERC721Received(address , address , uint256 , bytes ) pure returns(bytes4)
func (*ERC721VaultCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*ERC721VaultCaller) Paused ¶
func (_ERC721Vault *ERC721VaultCaller) Paused(opts *bind.CallOpts) (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*ERC721VaultCaller) PendingOwner ¶
PendingOwner is a free data retrieval call binding the contract method 0xe30c3978.
Solidity: function pendingOwner() view returns(address)
func (*ERC721VaultCaller) ProxiableUUID ¶
func (_ERC721Vault *ERC721VaultCaller) ProxiableUUID(opts *bind.CallOpts) ([32]byte, error)
ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.
Solidity: function proxiableUUID() view returns(bytes32)
func (*ERC721VaultCaller) Resolve ¶
func (_ERC721Vault *ERC721VaultCaller) Resolve(opts *bind.CallOpts, _chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)
Resolve is a free data retrieval call binding the contract method 0x3eb6b8cf.
Solidity: function resolve(uint64 _chainId, bytes32 _name, bool _allowZeroAddress) view returns(address)
func (*ERC721VaultCaller) Resolve0 ¶
func (_ERC721Vault *ERC721VaultCaller) Resolve0(opts *bind.CallOpts, _name [32]byte, _allowZeroAddress bool) (common.Address, error)
Resolve0 is a free data retrieval call binding the contract method 0xa86f9d9e.
Solidity: function resolve(bytes32 _name, bool _allowZeroAddress) view returns(address)
func (*ERC721VaultCaller) SupportsInterface ¶
func (_ERC721Vault *ERC721VaultCaller) 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)
type ERC721VaultCallerRaw ¶
type ERC721VaultCallerRaw struct {
Contract *ERC721VaultCaller // Generic read-only contract binding to access the raw methods on
}
ERC721VaultCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ERC721VaultCallerRaw) Call ¶
func (_ERC721Vault *ERC721VaultCallerRaw) 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 ERC721VaultCallerSession ¶
type ERC721VaultCallerSession struct { Contract *ERC721VaultCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ERC721VaultCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ERC721VaultCallerSession) AddressManager ¶
func (_ERC721Vault *ERC721VaultCallerSession) AddressManager() (common.Address, error)
AddressManager is a free data retrieval call binding the contract method 0x3ab76e9f.
Solidity: function addressManager() view returns(address)
func (*ERC721VaultCallerSession) BridgedToCanonical ¶
func (_ERC721Vault *ERC721VaultCallerSession) BridgedToCanonical(btoken common.Address) (struct { ChainId uint64 Addr common.Address Symbol string Name string }, error)
BridgedToCanonical is a free data retrieval call binding the contract method 0x9aa8605c.
Solidity: function bridgedToCanonical(address btoken) view returns(uint64 chainId, address addr, string symbol, string name)
func (*ERC721VaultCallerSession) CanonicalToBridged ¶
func (_ERC721Vault *ERC721VaultCallerSession) CanonicalToBridged(chainId *big.Int, ctoken common.Address) (common.Address, error)
CanonicalToBridged is a free data retrieval call binding the contract method 0x67090ccf.
Solidity: function canonicalToBridged(uint256 chainId, address ctoken) view returns(address btoken)
func (*ERC721VaultCallerSession) Impl ¶
func (_ERC721Vault *ERC721VaultCallerSession) Impl() (common.Address, error)
Impl is a free data retrieval call binding the contract method 0x8abf6077.
Solidity: function impl() view returns(address)
func (*ERC721VaultCallerSession) InNonReentrant ¶
func (_ERC721Vault *ERC721VaultCallerSession) InNonReentrant() (bool, error)
InNonReentrant is a free data retrieval call binding the contract method 0x3075db56.
Solidity: function inNonReentrant() view returns(bool)
func (*ERC721VaultCallerSession) LastUnpausedAt ¶
func (_ERC721Vault *ERC721VaultCallerSession) LastUnpausedAt() (uint64, error)
LastUnpausedAt is a free data retrieval call binding the contract method 0xe07baba6.
Solidity: function lastUnpausedAt() view returns(uint64)
func (*ERC721VaultCallerSession) Name ¶
func (_ERC721Vault *ERC721VaultCallerSession) Name() ([32]byte, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() pure returns(bytes32)
func (*ERC721VaultCallerSession) OnERC721Received ¶
func (_ERC721Vault *ERC721VaultCallerSession) OnERC721Received(arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 []byte) ([4]byte, error)
OnERC721Received is a free data retrieval call binding the contract method 0x150b7a02.
Solidity: function onERC721Received(address , address , uint256 , bytes ) pure returns(bytes4)
func (*ERC721VaultCallerSession) Owner ¶
func (_ERC721Vault *ERC721VaultCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*ERC721VaultCallerSession) Paused ¶
func (_ERC721Vault *ERC721VaultCallerSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*ERC721VaultCallerSession) PendingOwner ¶
func (_ERC721Vault *ERC721VaultCallerSession) PendingOwner() (common.Address, error)
PendingOwner is a free data retrieval call binding the contract method 0xe30c3978.
Solidity: function pendingOwner() view returns(address)
func (*ERC721VaultCallerSession) ProxiableUUID ¶
func (_ERC721Vault *ERC721VaultCallerSession) ProxiableUUID() ([32]byte, error)
ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.
Solidity: function proxiableUUID() view returns(bytes32)
func (*ERC721VaultCallerSession) Resolve ¶
func (_ERC721Vault *ERC721VaultCallerSession) Resolve(_chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)
Resolve is a free data retrieval call binding the contract method 0x3eb6b8cf.
Solidity: function resolve(uint64 _chainId, bytes32 _name, bool _allowZeroAddress) view returns(address)
func (*ERC721VaultCallerSession) Resolve0 ¶
func (_ERC721Vault *ERC721VaultCallerSession) Resolve0(_name [32]byte, _allowZeroAddress bool) (common.Address, error)
Resolve0 is a free data retrieval call binding the contract method 0xa86f9d9e.
Solidity: function resolve(bytes32 _name, bool _allowZeroAddress) view returns(address)
func (*ERC721VaultCallerSession) SupportsInterface ¶
func (_ERC721Vault *ERC721VaultCallerSession) 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)
type ERC721VaultFilterer ¶
type ERC721VaultFilterer struct {
// contains filtered or unexported fields
}
ERC721VaultFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewERC721VaultFilterer ¶
func NewERC721VaultFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC721VaultFilterer, error)
NewERC721VaultFilterer creates a new log filterer instance of ERC721Vault, bound to a specific deployed contract.
func (*ERC721VaultFilterer) FilterAdminChanged ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterAdminChanged(opts *bind.FilterOpts) (*ERC721VaultAdminChangedIterator, error)
FilterAdminChanged is a free log retrieval operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ERC721VaultFilterer) FilterBeaconUpgraded ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterBeaconUpgraded(opts *bind.FilterOpts, beacon []common.Address) (*ERC721VaultBeaconUpgradedIterator, error)
FilterBeaconUpgraded is a free log retrieval operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ERC721VaultFilterer) FilterBridgedTokenDeployed ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterBridgedTokenDeployed(opts *bind.FilterOpts, chainId []uint64, ctoken []common.Address, btoken []common.Address) (*ERC721VaultBridgedTokenDeployedIterator, error)
FilterBridgedTokenDeployed is a free log retrieval operation binding the contract event 0x44977f2d30fe1e3aee2c1476f2f95aaacaf34e44b9359c403da01fcc93fd751b.
Solidity: event BridgedTokenDeployed(uint64 indexed chainId, address indexed ctoken, address indexed btoken, string ctokenSymbol, string ctokenName)
func (*ERC721VaultFilterer) FilterInitialized ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterInitialized(opts *bind.FilterOpts) (*ERC721VaultInitializedIterator, error)
FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*ERC721VaultFilterer) FilterOwnershipTransferStarted ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterOwnershipTransferStarted(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ERC721VaultOwnershipTransferStartedIterator, error)
FilterOwnershipTransferStarted is a free log retrieval operation binding the contract event 0x38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700.
Solidity: event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
func (*ERC721VaultFilterer) FilterOwnershipTransferred ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ERC721VaultOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*ERC721VaultFilterer) FilterPaused ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterPaused(opts *bind.FilterOpts) (*ERC721VaultPausedIterator, error)
FilterPaused is a free log retrieval operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ERC721VaultFilterer) FilterTokenReceived ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterTokenReceived(opts *bind.FilterOpts, msgHash [][32]byte, from []common.Address, to []common.Address) (*ERC721VaultTokenReceivedIterator, error)
FilterTokenReceived is a free log retrieval operation binding the contract event 0x895f73e418d1bbbad2a311d085fad00e5d98a960e9f2afa4b942071d39bec43a.
Solidity: event TokenReceived(bytes32 indexed msgHash, address indexed from, address indexed to, uint64 srcChainId, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) FilterTokenReleased ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterTokenReleased(opts *bind.FilterOpts, msgHash [][32]byte, from []common.Address) (*ERC721VaultTokenReleasedIterator, error)
FilterTokenReleased is a free log retrieval operation binding the contract event 0xe48bef18455e47bca14864ab6e82dffa29df148b051c09de95aec44ecf13598c.
Solidity: event TokenReleased(bytes32 indexed msgHash, address indexed from, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) FilterTokenSent ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterTokenSent(opts *bind.FilterOpts, msgHash [][32]byte, from []common.Address, to []common.Address) (*ERC721VaultTokenSentIterator, error)
FilterTokenSent is a free log retrieval operation binding the contract event 0xabbf62a1459339f9ac59136d313a5ccd83d2706cc6d4c04d90642520169144dc.
Solidity: event TokenSent(bytes32 indexed msgHash, address indexed from, address indexed to, uint64 destChainId, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) FilterUnpaused ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterUnpaused(opts *bind.FilterOpts) (*ERC721VaultUnpausedIterator, error)
FilterUnpaused is a free log retrieval operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*ERC721VaultFilterer) FilterUpgraded ¶
func (_ERC721Vault *ERC721VaultFilterer) FilterUpgraded(opts *bind.FilterOpts, implementation []common.Address) (*ERC721VaultUpgradedIterator, error)
FilterUpgraded is a free log retrieval operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
func (*ERC721VaultFilterer) ParseAdminChanged ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseAdminChanged(log types.Log) (*ERC721VaultAdminChanged, error)
ParseAdminChanged is a log parse operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ERC721VaultFilterer) ParseBeaconUpgraded ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseBeaconUpgraded(log types.Log) (*ERC721VaultBeaconUpgraded, error)
ParseBeaconUpgraded is a log parse operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ERC721VaultFilterer) ParseBridgedTokenDeployed ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseBridgedTokenDeployed(log types.Log) (*ERC721VaultBridgedTokenDeployed, error)
ParseBridgedTokenDeployed is a log parse operation binding the contract event 0x44977f2d30fe1e3aee2c1476f2f95aaacaf34e44b9359c403da01fcc93fd751b.
Solidity: event BridgedTokenDeployed(uint64 indexed chainId, address indexed ctoken, address indexed btoken, string ctokenSymbol, string ctokenName)
func (*ERC721VaultFilterer) ParseInitialized ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseInitialized(log types.Log) (*ERC721VaultInitialized, error)
ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*ERC721VaultFilterer) ParseOwnershipTransferStarted ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseOwnershipTransferStarted(log types.Log) (*ERC721VaultOwnershipTransferStarted, error)
ParseOwnershipTransferStarted is a log parse operation binding the contract event 0x38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700.
Solidity: event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
func (*ERC721VaultFilterer) ParseOwnershipTransferred ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseOwnershipTransferred(log types.Log) (*ERC721VaultOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*ERC721VaultFilterer) ParsePaused ¶
func (_ERC721Vault *ERC721VaultFilterer) ParsePaused(log types.Log) (*ERC721VaultPaused, error)
ParsePaused is a log parse operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ERC721VaultFilterer) ParseTokenReceived ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseTokenReceived(log types.Log) (*ERC721VaultTokenReceived, error)
ParseTokenReceived is a log parse operation binding the contract event 0x895f73e418d1bbbad2a311d085fad00e5d98a960e9f2afa4b942071d39bec43a.
Solidity: event TokenReceived(bytes32 indexed msgHash, address indexed from, address indexed to, uint64 srcChainId, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) ParseTokenReleased ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseTokenReleased(log types.Log) (*ERC721VaultTokenReleased, error)
ParseTokenReleased is a log parse operation binding the contract event 0xe48bef18455e47bca14864ab6e82dffa29df148b051c09de95aec44ecf13598c.
Solidity: event TokenReleased(bytes32 indexed msgHash, address indexed from, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) ParseTokenSent ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseTokenSent(log types.Log) (*ERC721VaultTokenSent, error)
ParseTokenSent is a log parse operation binding the contract event 0xabbf62a1459339f9ac59136d313a5ccd83d2706cc6d4c04d90642520169144dc.
Solidity: event TokenSent(bytes32 indexed msgHash, address indexed from, address indexed to, uint64 destChainId, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) ParseUnpaused ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseUnpaused(log types.Log) (*ERC721VaultUnpaused, error)
ParseUnpaused is a log parse operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*ERC721VaultFilterer) ParseUpgraded ¶
func (_ERC721Vault *ERC721VaultFilterer) ParseUpgraded(log types.Log) (*ERC721VaultUpgraded, error)
ParseUpgraded is a log parse operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
func (*ERC721VaultFilterer) WatchAdminChanged ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchAdminChanged(opts *bind.WatchOpts, sink chan<- *ERC721VaultAdminChanged) (event.Subscription, error)
WatchAdminChanged is a free log subscription operation binding the contract event 0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f.
Solidity: event AdminChanged(address previousAdmin, address newAdmin)
func (*ERC721VaultFilterer) WatchBeaconUpgraded ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchBeaconUpgraded(opts *bind.WatchOpts, sink chan<- *ERC721VaultBeaconUpgraded, beacon []common.Address) (event.Subscription, error)
WatchBeaconUpgraded is a free log subscription operation binding the contract event 0x1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e.
Solidity: event BeaconUpgraded(address indexed beacon)
func (*ERC721VaultFilterer) WatchBridgedTokenDeployed ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchBridgedTokenDeployed(opts *bind.WatchOpts, sink chan<- *ERC721VaultBridgedTokenDeployed, chainId []uint64, ctoken []common.Address, btoken []common.Address) (event.Subscription, error)
WatchBridgedTokenDeployed is a free log subscription operation binding the contract event 0x44977f2d30fe1e3aee2c1476f2f95aaacaf34e44b9359c403da01fcc93fd751b.
Solidity: event BridgedTokenDeployed(uint64 indexed chainId, address indexed ctoken, address indexed btoken, string ctokenSymbol, string ctokenName)
func (*ERC721VaultFilterer) WatchInitialized ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *ERC721VaultInitialized) (event.Subscription, error)
WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*ERC721VaultFilterer) WatchOwnershipTransferStarted ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchOwnershipTransferStarted(opts *bind.WatchOpts, sink chan<- *ERC721VaultOwnershipTransferStarted, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
WatchOwnershipTransferStarted is a free log subscription operation binding the contract event 0x38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700.
Solidity: event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
func (*ERC721VaultFilterer) WatchOwnershipTransferred ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ERC721VaultOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)
WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*ERC721VaultFilterer) WatchPaused ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchPaused(opts *bind.WatchOpts, sink chan<- *ERC721VaultPaused) (event.Subscription, error)
WatchPaused is a free log subscription operation binding the contract event 0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258.
Solidity: event Paused(address account)
func (*ERC721VaultFilterer) WatchTokenReceived ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchTokenReceived(opts *bind.WatchOpts, sink chan<- *ERC721VaultTokenReceived, msgHash [][32]byte, from []common.Address, to []common.Address) (event.Subscription, error)
WatchTokenReceived is a free log subscription operation binding the contract event 0x895f73e418d1bbbad2a311d085fad00e5d98a960e9f2afa4b942071d39bec43a.
Solidity: event TokenReceived(bytes32 indexed msgHash, address indexed from, address indexed to, uint64 srcChainId, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) WatchTokenReleased ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchTokenReleased(opts *bind.WatchOpts, sink chan<- *ERC721VaultTokenReleased, msgHash [][32]byte, from []common.Address) (event.Subscription, error)
WatchTokenReleased is a free log subscription operation binding the contract event 0xe48bef18455e47bca14864ab6e82dffa29df148b051c09de95aec44ecf13598c.
Solidity: event TokenReleased(bytes32 indexed msgHash, address indexed from, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) WatchTokenSent ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchTokenSent(opts *bind.WatchOpts, sink chan<- *ERC721VaultTokenSent, msgHash [][32]byte, from []common.Address, to []common.Address) (event.Subscription, error)
WatchTokenSent is a free log subscription operation binding the contract event 0xabbf62a1459339f9ac59136d313a5ccd83d2706cc6d4c04d90642520169144dc.
Solidity: event TokenSent(bytes32 indexed msgHash, address indexed from, address indexed to, uint64 destChainId, address ctoken, address token, uint256[] tokenIds, uint256[] amounts)
func (*ERC721VaultFilterer) WatchUnpaused ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchUnpaused(opts *bind.WatchOpts, sink chan<- *ERC721VaultUnpaused) (event.Subscription, error)
WatchUnpaused is a free log subscription operation binding the contract event 0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa.
Solidity: event Unpaused(address account)
func (*ERC721VaultFilterer) WatchUpgraded ¶
func (_ERC721Vault *ERC721VaultFilterer) WatchUpgraded(opts *bind.WatchOpts, sink chan<- *ERC721VaultUpgraded, implementation []common.Address) (event.Subscription, error)
WatchUpgraded is a free log subscription operation binding the contract event 0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b.
Solidity: event Upgraded(address indexed implementation)
type ERC721VaultInitialized ¶
type ERC721VaultInitialized struct { Version uint8 Raw types.Log // Blockchain specific contextual infos }
ERC721VaultInitialized represents a Initialized event raised by the ERC721Vault contract.
type ERC721VaultInitializedIterator ¶
type ERC721VaultInitializedIterator struct { Event *ERC721VaultInitialized // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the ERC721Vault contract.
func (*ERC721VaultInitializedIterator) Close ¶
func (it *ERC721VaultInitializedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultInitializedIterator) Error ¶
func (it *ERC721VaultInitializedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultInitializedIterator) Next ¶
func (it *ERC721VaultInitializedIterator) Next() bool
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 ERC721VaultOwnershipTransferStarted ¶
type ERC721VaultOwnershipTransferStarted struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
ERC721VaultOwnershipTransferStarted represents a OwnershipTransferStarted event raised by the ERC721Vault contract.
type ERC721VaultOwnershipTransferStartedIterator ¶
type ERC721VaultOwnershipTransferStartedIterator struct { Event *ERC721VaultOwnershipTransferStarted // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultOwnershipTransferStartedIterator is returned from FilterOwnershipTransferStarted and is used to iterate over the raw logs and unpacked data for OwnershipTransferStarted events raised by the ERC721Vault contract.
func (*ERC721VaultOwnershipTransferStartedIterator) Close ¶
func (it *ERC721VaultOwnershipTransferStartedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultOwnershipTransferStartedIterator) Error ¶
func (it *ERC721VaultOwnershipTransferStartedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultOwnershipTransferStartedIterator) Next ¶
func (it *ERC721VaultOwnershipTransferStartedIterator) Next() bool
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 ERC721VaultOwnershipTransferred ¶
type ERC721VaultOwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
ERC721VaultOwnershipTransferred represents a OwnershipTransferred event raised by the ERC721Vault contract.
type ERC721VaultOwnershipTransferredIterator ¶
type ERC721VaultOwnershipTransferredIterator struct { Event *ERC721VaultOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ERC721Vault contract.
func (*ERC721VaultOwnershipTransferredIterator) Close ¶
func (it *ERC721VaultOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultOwnershipTransferredIterator) Error ¶
func (it *ERC721VaultOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultOwnershipTransferredIterator) Next ¶
func (it *ERC721VaultOwnershipTransferredIterator) Next() bool
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 ERC721VaultPaused ¶
type ERC721VaultPaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
ERC721VaultPaused represents a Paused event raised by the ERC721Vault contract.
type ERC721VaultPausedIterator ¶
type ERC721VaultPausedIterator struct { Event *ERC721VaultPaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultPausedIterator is returned from FilterPaused and is used to iterate over the raw logs and unpacked data for Paused events raised by the ERC721Vault contract.
func (*ERC721VaultPausedIterator) Close ¶
func (it *ERC721VaultPausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultPausedIterator) Error ¶
func (it *ERC721VaultPausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultPausedIterator) Next ¶
func (it *ERC721VaultPausedIterator) Next() bool
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 ERC721VaultRaw ¶
type ERC721VaultRaw struct {
Contract *ERC721Vault // Generic contract binding to access the raw methods on
}
ERC721VaultRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ERC721VaultRaw) Call ¶
func (_ERC721Vault *ERC721VaultRaw) 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 (*ERC721VaultRaw) Transact ¶
func (_ERC721Vault *ERC721VaultRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ERC721VaultRaw) Transfer ¶
func (_ERC721Vault *ERC721VaultRaw) 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 ERC721VaultSession ¶
type ERC721VaultSession struct { Contract *ERC721Vault // 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 }
ERC721VaultSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ERC721VaultSession) AcceptOwnership ¶
func (_ERC721Vault *ERC721VaultSession) AcceptOwnership() (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*ERC721VaultSession) AddressManager ¶
func (_ERC721Vault *ERC721VaultSession) AddressManager() (common.Address, error)
AddressManager is a free data retrieval call binding the contract method 0x3ab76e9f.
Solidity: function addressManager() view returns(address)
func (*ERC721VaultSession) BridgedToCanonical ¶
func (_ERC721Vault *ERC721VaultSession) BridgedToCanonical(btoken common.Address) (struct { ChainId uint64 Addr common.Address Symbol string Name string }, error)
BridgedToCanonical is a free data retrieval call binding the contract method 0x9aa8605c.
Solidity: function bridgedToCanonical(address btoken) view returns(uint64 chainId, address addr, string symbol, string name)
func (*ERC721VaultSession) CanonicalToBridged ¶
func (_ERC721Vault *ERC721VaultSession) CanonicalToBridged(chainId *big.Int, ctoken common.Address) (common.Address, error)
CanonicalToBridged is a free data retrieval call binding the contract method 0x67090ccf.
Solidity: function canonicalToBridged(uint256 chainId, address ctoken) view returns(address btoken)
func (*ERC721VaultSession) Impl ¶
func (_ERC721Vault *ERC721VaultSession) Impl() (common.Address, error)
Impl is a free data retrieval call binding the contract method 0x8abf6077.
Solidity: function impl() view returns(address)
func (*ERC721VaultSession) InNonReentrant ¶
func (_ERC721Vault *ERC721VaultSession) InNonReentrant() (bool, error)
InNonReentrant is a free data retrieval call binding the contract method 0x3075db56.
Solidity: function inNonReentrant() view returns(bool)
func (*ERC721VaultSession) Init ¶
func (_ERC721Vault *ERC721VaultSession) Init(_owner common.Address, _addressManager common.Address) (*types.Transaction, error)
Init is a paid mutator transaction binding the contract method 0xf09a4016.
Solidity: function init(address _owner, address _addressManager) returns()
func (*ERC721VaultSession) LastUnpausedAt ¶
func (_ERC721Vault *ERC721VaultSession) LastUnpausedAt() (uint64, error)
LastUnpausedAt is a free data retrieval call binding the contract method 0xe07baba6.
Solidity: function lastUnpausedAt() view returns(uint64)
func (*ERC721VaultSession) Name ¶
func (_ERC721Vault *ERC721VaultSession) Name() ([32]byte, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() pure returns(bytes32)
func (*ERC721VaultSession) OnERC721Received ¶
func (_ERC721Vault *ERC721VaultSession) OnERC721Received(arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 []byte) ([4]byte, error)
OnERC721Received is a free data retrieval call binding the contract method 0x150b7a02.
Solidity: function onERC721Received(address , address , uint256 , bytes ) pure returns(bytes4)
func (*ERC721VaultSession) OnMessageInvocation ¶
func (_ERC721Vault *ERC721VaultSession) OnMessageInvocation(_data []byte) (*types.Transaction, error)
OnMessageInvocation is a paid mutator transaction binding the contract method 0x7f07c947.
Solidity: function onMessageInvocation(bytes _data) payable returns()
func (*ERC721VaultSession) OnMessageRecalled ¶
func (_ERC721Vault *ERC721VaultSession) OnMessageRecalled(_message IBridgeMessage, _msgHash [32]byte) (*types.Transaction, error)
OnMessageRecalled is a paid mutator transaction binding the contract method 0x0178733a.
Solidity: function onMessageRecalled((uint64,uint64,uint32,address,uint64,address,uint64,address,address,uint256,bytes) _message, bytes32 _msgHash) payable returns()
func (*ERC721VaultSession) Owner ¶
func (_ERC721Vault *ERC721VaultSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*ERC721VaultSession) Pause ¶
func (_ERC721Vault *ERC721VaultSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ERC721VaultSession) Paused ¶
func (_ERC721Vault *ERC721VaultSession) Paused() (bool, error)
Paused is a free data retrieval call binding the contract method 0x5c975abb.
Solidity: function paused() view returns(bool)
func (*ERC721VaultSession) PendingOwner ¶
func (_ERC721Vault *ERC721VaultSession) PendingOwner() (common.Address, error)
PendingOwner is a free data retrieval call binding the contract method 0xe30c3978.
Solidity: function pendingOwner() view returns(address)
func (*ERC721VaultSession) ProxiableUUID ¶
func (_ERC721Vault *ERC721VaultSession) ProxiableUUID() ([32]byte, error)
ProxiableUUID is a free data retrieval call binding the contract method 0x52d1902d.
Solidity: function proxiableUUID() view returns(bytes32)
func (*ERC721VaultSession) RenounceOwnership ¶
func (_ERC721Vault *ERC721VaultSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*ERC721VaultSession) Resolve ¶
func (_ERC721Vault *ERC721VaultSession) Resolve(_chainId uint64, _name [32]byte, _allowZeroAddress bool) (common.Address, error)
Resolve is a free data retrieval call binding the contract method 0x3eb6b8cf.
Solidity: function resolve(uint64 _chainId, bytes32 _name, bool _allowZeroAddress) view returns(address)
func (*ERC721VaultSession) Resolve0 ¶
func (_ERC721Vault *ERC721VaultSession) Resolve0(_name [32]byte, _allowZeroAddress bool) (common.Address, error)
Resolve0 is a free data retrieval call binding the contract method 0xa86f9d9e.
Solidity: function resolve(bytes32 _name, bool _allowZeroAddress) view returns(address)
func (*ERC721VaultSession) SendToken ¶
func (_ERC721Vault *ERC721VaultSession) SendToken(_op BaseNFTVaultBridgeTransferOp) (*types.Transaction, error)
SendToken is a paid mutator transaction binding the contract method 0x1f59a830.
Solidity: function sendToken((uint64,address,address,uint64,address,uint32,uint256[],uint256[]) _op) payable returns((uint64,uint64,uint32,address,uint64,address,uint64,address,address,uint256,bytes) message_)
func (*ERC721VaultSession) SupportsInterface ¶
func (_ERC721Vault *ERC721VaultSession) 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 (*ERC721VaultSession) TransferOwnership ¶
func (_ERC721Vault *ERC721VaultSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*ERC721VaultSession) Unpause ¶
func (_ERC721Vault *ERC721VaultSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*ERC721VaultSession) UpgradeTo ¶
func (_ERC721Vault *ERC721VaultSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ERC721VaultSession) UpgradeToAndCall ¶
func (_ERC721Vault *ERC721VaultSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ERC721VaultTokenReceived ¶
type ERC721VaultTokenReceived struct { MsgHash [32]byte From common.Address To common.Address SrcChainId uint64 Ctoken common.Address Token common.Address TokenIds []*big.Int Amounts []*big.Int Raw types.Log // Blockchain specific contextual infos }
ERC721VaultTokenReceived represents a TokenReceived event raised by the ERC721Vault contract.
type ERC721VaultTokenReceivedIterator ¶
type ERC721VaultTokenReceivedIterator struct { Event *ERC721VaultTokenReceived // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultTokenReceivedIterator is returned from FilterTokenReceived and is used to iterate over the raw logs and unpacked data for TokenReceived events raised by the ERC721Vault contract.
func (*ERC721VaultTokenReceivedIterator) Close ¶
func (it *ERC721VaultTokenReceivedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultTokenReceivedIterator) Error ¶
func (it *ERC721VaultTokenReceivedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultTokenReceivedIterator) Next ¶
func (it *ERC721VaultTokenReceivedIterator) Next() bool
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 ERC721VaultTokenReleased ¶
type ERC721VaultTokenReleased struct { MsgHash [32]byte From common.Address Ctoken common.Address Token common.Address TokenIds []*big.Int Amounts []*big.Int Raw types.Log // Blockchain specific contextual infos }
ERC721VaultTokenReleased represents a TokenReleased event raised by the ERC721Vault contract.
type ERC721VaultTokenReleasedIterator ¶
type ERC721VaultTokenReleasedIterator struct { Event *ERC721VaultTokenReleased // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultTokenReleasedIterator is returned from FilterTokenReleased and is used to iterate over the raw logs and unpacked data for TokenReleased events raised by the ERC721Vault contract.
func (*ERC721VaultTokenReleasedIterator) Close ¶
func (it *ERC721VaultTokenReleasedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultTokenReleasedIterator) Error ¶
func (it *ERC721VaultTokenReleasedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultTokenReleasedIterator) Next ¶
func (it *ERC721VaultTokenReleasedIterator) Next() bool
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 ERC721VaultTokenSent ¶
type ERC721VaultTokenSent struct { MsgHash [32]byte From common.Address To common.Address DestChainId uint64 Ctoken common.Address Token common.Address TokenIds []*big.Int Amounts []*big.Int Raw types.Log // Blockchain specific contextual infos }
ERC721VaultTokenSent represents a TokenSent event raised by the ERC721Vault contract.
type ERC721VaultTokenSentIterator ¶
type ERC721VaultTokenSentIterator struct { Event *ERC721VaultTokenSent // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultTokenSentIterator is returned from FilterTokenSent and is used to iterate over the raw logs and unpacked data for TokenSent events raised by the ERC721Vault contract.
func (*ERC721VaultTokenSentIterator) Close ¶
func (it *ERC721VaultTokenSentIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultTokenSentIterator) Error ¶
func (it *ERC721VaultTokenSentIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultTokenSentIterator) Next ¶
func (it *ERC721VaultTokenSentIterator) Next() bool
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 ERC721VaultTransactor ¶
type ERC721VaultTransactor struct {
// contains filtered or unexported fields
}
ERC721VaultTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewERC721VaultTransactor ¶
func NewERC721VaultTransactor(address common.Address, transactor bind.ContractTransactor) (*ERC721VaultTransactor, error)
NewERC721VaultTransactor creates a new write-only instance of ERC721Vault, bound to a specific deployed contract.
func (*ERC721VaultTransactor) AcceptOwnership ¶
func (_ERC721Vault *ERC721VaultTransactor) AcceptOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*ERC721VaultTransactor) Init ¶
func (_ERC721Vault *ERC721VaultTransactor) Init(opts *bind.TransactOpts, _owner common.Address, _addressManager common.Address) (*types.Transaction, error)
Init is a paid mutator transaction binding the contract method 0xf09a4016.
Solidity: function init(address _owner, address _addressManager) returns()
func (*ERC721VaultTransactor) OnMessageInvocation ¶
func (_ERC721Vault *ERC721VaultTransactor) OnMessageInvocation(opts *bind.TransactOpts, _data []byte) (*types.Transaction, error)
OnMessageInvocation is a paid mutator transaction binding the contract method 0x7f07c947.
Solidity: function onMessageInvocation(bytes _data) payable returns()
func (*ERC721VaultTransactor) OnMessageRecalled ¶
func (_ERC721Vault *ERC721VaultTransactor) OnMessageRecalled(opts *bind.TransactOpts, _message IBridgeMessage, _msgHash [32]byte) (*types.Transaction, error)
OnMessageRecalled is a paid mutator transaction binding the contract method 0x0178733a.
Solidity: function onMessageRecalled((uint64,uint64,uint32,address,uint64,address,uint64,address,address,uint256,bytes) _message, bytes32 _msgHash) payable returns()
func (*ERC721VaultTransactor) Pause ¶
func (_ERC721Vault *ERC721VaultTransactor) Pause(opts *bind.TransactOpts) (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ERC721VaultTransactor) RenounceOwnership ¶
func (_ERC721Vault *ERC721VaultTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*ERC721VaultTransactor) SendToken ¶
func (_ERC721Vault *ERC721VaultTransactor) SendToken(opts *bind.TransactOpts, _op BaseNFTVaultBridgeTransferOp) (*types.Transaction, error)
SendToken is a paid mutator transaction binding the contract method 0x1f59a830.
Solidity: function sendToken((uint64,address,address,uint64,address,uint32,uint256[],uint256[]) _op) payable returns((uint64,uint64,uint32,address,uint64,address,uint64,address,address,uint256,bytes) message_)
func (*ERC721VaultTransactor) TransferOwnership ¶
func (_ERC721Vault *ERC721VaultTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*ERC721VaultTransactor) Unpause ¶
func (_ERC721Vault *ERC721VaultTransactor) Unpause(opts *bind.TransactOpts) (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*ERC721VaultTransactor) UpgradeTo ¶
func (_ERC721Vault *ERC721VaultTransactor) UpgradeTo(opts *bind.TransactOpts, newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ERC721VaultTransactor) UpgradeToAndCall ¶
func (_ERC721Vault *ERC721VaultTransactor) UpgradeToAndCall(opts *bind.TransactOpts, newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ERC721VaultTransactorRaw ¶
type ERC721VaultTransactorRaw struct {
Contract *ERC721VaultTransactor // Generic write-only contract binding to access the raw methods on
}
ERC721VaultTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ERC721VaultTransactorRaw) Transact ¶
func (_ERC721Vault *ERC721VaultTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ERC721VaultTransactorRaw) Transfer ¶
func (_ERC721Vault *ERC721VaultTransactorRaw) 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 ERC721VaultTransactorSession ¶
type ERC721VaultTransactorSession struct { Contract *ERC721VaultTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ERC721VaultTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*ERC721VaultTransactorSession) AcceptOwnership ¶
func (_ERC721Vault *ERC721VaultTransactorSession) AcceptOwnership() (*types.Transaction, error)
AcceptOwnership is a paid mutator transaction binding the contract method 0x79ba5097.
Solidity: function acceptOwnership() returns()
func (*ERC721VaultTransactorSession) Init ¶
func (_ERC721Vault *ERC721VaultTransactorSession) Init(_owner common.Address, _addressManager common.Address) (*types.Transaction, error)
Init is a paid mutator transaction binding the contract method 0xf09a4016.
Solidity: function init(address _owner, address _addressManager) returns()
func (*ERC721VaultTransactorSession) OnMessageInvocation ¶
func (_ERC721Vault *ERC721VaultTransactorSession) OnMessageInvocation(_data []byte) (*types.Transaction, error)
OnMessageInvocation is a paid mutator transaction binding the contract method 0x7f07c947.
Solidity: function onMessageInvocation(bytes _data) payable returns()
func (*ERC721VaultTransactorSession) OnMessageRecalled ¶
func (_ERC721Vault *ERC721VaultTransactorSession) OnMessageRecalled(_message IBridgeMessage, _msgHash [32]byte) (*types.Transaction, error)
OnMessageRecalled is a paid mutator transaction binding the contract method 0x0178733a.
Solidity: function onMessageRecalled((uint64,uint64,uint32,address,uint64,address,uint64,address,address,uint256,bytes) _message, bytes32 _msgHash) payable returns()
func (*ERC721VaultTransactorSession) Pause ¶
func (_ERC721Vault *ERC721VaultTransactorSession) Pause() (*types.Transaction, error)
Pause is a paid mutator transaction binding the contract method 0x8456cb59.
Solidity: function pause() returns()
func (*ERC721VaultTransactorSession) RenounceOwnership ¶
func (_ERC721Vault *ERC721VaultTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*ERC721VaultTransactorSession) SendToken ¶
func (_ERC721Vault *ERC721VaultTransactorSession) SendToken(_op BaseNFTVaultBridgeTransferOp) (*types.Transaction, error)
SendToken is a paid mutator transaction binding the contract method 0x1f59a830.
Solidity: function sendToken((uint64,address,address,uint64,address,uint32,uint256[],uint256[]) _op) payable returns((uint64,uint64,uint32,address,uint64,address,uint64,address,address,uint256,bytes) message_)
func (*ERC721VaultTransactorSession) TransferOwnership ¶
func (_ERC721Vault *ERC721VaultTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
func (*ERC721VaultTransactorSession) Unpause ¶
func (_ERC721Vault *ERC721VaultTransactorSession) Unpause() (*types.Transaction, error)
Unpause is a paid mutator transaction binding the contract method 0x3f4ba83a.
Solidity: function unpause() returns()
func (*ERC721VaultTransactorSession) UpgradeTo ¶
func (_ERC721Vault *ERC721VaultTransactorSession) UpgradeTo(newImplementation common.Address) (*types.Transaction, error)
UpgradeTo is a paid mutator transaction binding the contract method 0x3659cfe6.
Solidity: function upgradeTo(address newImplementation) returns()
func (*ERC721VaultTransactorSession) UpgradeToAndCall ¶
func (_ERC721Vault *ERC721VaultTransactorSession) UpgradeToAndCall(newImplementation common.Address, data []byte) (*types.Transaction, error)
UpgradeToAndCall is a paid mutator transaction binding the contract method 0x4f1ef286.
Solidity: function upgradeToAndCall(address newImplementation, bytes data) payable returns()
type ERC721VaultUnpaused ¶
type ERC721VaultUnpaused struct { Account common.Address Raw types.Log // Blockchain specific contextual infos }
ERC721VaultUnpaused represents a Unpaused event raised by the ERC721Vault contract.
type ERC721VaultUnpausedIterator ¶
type ERC721VaultUnpausedIterator struct { Event *ERC721VaultUnpaused // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultUnpausedIterator is returned from FilterUnpaused and is used to iterate over the raw logs and unpacked data for Unpaused events raised by the ERC721Vault contract.
func (*ERC721VaultUnpausedIterator) Close ¶
func (it *ERC721VaultUnpausedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultUnpausedIterator) Error ¶
func (it *ERC721VaultUnpausedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultUnpausedIterator) Next ¶
func (it *ERC721VaultUnpausedIterator) Next() bool
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 ERC721VaultUpgraded ¶
type ERC721VaultUpgraded struct { Implementation common.Address Raw types.Log // Blockchain specific contextual infos }
ERC721VaultUpgraded represents a Upgraded event raised by the ERC721Vault contract.
type ERC721VaultUpgradedIterator ¶
type ERC721VaultUpgradedIterator struct { Event *ERC721VaultUpgraded // Event containing the contract specifics and raw log // contains filtered or unexported fields }
ERC721VaultUpgradedIterator is returned from FilterUpgraded and is used to iterate over the raw logs and unpacked data for Upgraded events raised by the ERC721Vault contract.
func (*ERC721VaultUpgradedIterator) Close ¶
func (it *ERC721VaultUpgradedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*ERC721VaultUpgradedIterator) Error ¶
func (it *ERC721VaultUpgradedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*ERC721VaultUpgradedIterator) Next ¶
func (it *ERC721VaultUpgradedIterator) Next() bool
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 IBridgeMessage ¶
type IBridgeMessage struct { Id uint64 Fee uint64 GasLimit uint32 From common.Address SrcChainId uint64 SrcOwner common.Address DestChainId uint64 DestOwner common.Address To common.Address Value *big.Int Data []byte }
IBridgeMessage is an auto generated low-level Go binding around an user-defined struct.