bindings

package
v0.0.0-...-27df293 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChildBridgeCoreFacetABI = ChildBridgeCoreFacetMetaData.ABI

ChildBridgeCoreFacetABI is the input ABI used to generate the binding from. Deprecated: Use ChildBridgeCoreFacetMetaData.ABI instead.

View Source
var ChildBridgeCoreFacetMetaData = &bind.MetaData{
	ABI: "[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"messageHash\",\"type\":\"bytes32\"}],\"name\":\"AppendMessageEvent\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"xDomainCalldataHash\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"payloadType\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"}],\"name\":\"SentMessage\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"payloadType\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"UpwardMessage\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"erc1155Address\",\"type\":\"address\"}],\"name\":\"getBridgedERC1155TokenChild\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"erc20Address\",\"type\":\"address\"}],\"name\":\"getBridgedERC20TokenChild\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"erc721Address\",\"type\":\"address\"}],\"name\":\"getBridgedERC721TokenChild\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"bridgedERC1155TokenAddress\",\"type\":\"address\"}],\"name\":\"getERC1155TokenChild\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"bridgedERC20Address\",\"type\":\"address\"}],\"name\":\"getERC20TokenChild\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"gettL1RedTokenAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pauseBridge\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pauseStatusBridge\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"payloadType\",\"type\":\"uint32\"},{\"internalType\":\"bytes\",\"name\":\"payload\",\"type\":\"bytes\"}],\"name\":\"sendUpwardMessage\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"l1RedTokenAddress\",\"type\":\"address\"}],\"name\":\"setRedTokenAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpauseBridge\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

ChildBridgeCoreFacetMetaData contains all meta data concerning the ChildBridgeCoreFacet contract.

View Source
var ChildTokenMessageTransmitterFacetABI = ChildTokenMessageTransmitterFacetMetaData.ABI

ChildTokenMessageTransmitterFacetABI is the input ABI used to generate the binding from. Deprecated: Use ChildTokenMessageTransmitterFacetMetaData.ABI instead.

View Source
var ChildTokenMessageTransmitterFacetMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"withdrawETH\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"tokenAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"tokenIds\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"}],\"name\":\"withdrawErc1155BatchToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"tokenAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"withdrawErc20Token\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"tokenAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"withdrawErc721Token\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"}],\"name\":\"withdrawRED\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}]",
}

ChildTokenMessageTransmitterFacetMetaData contains all meta data concerning the ChildTokenMessageTransmitterFacet contract.

View Source
var ERC1155TokenABI = ERC1155TokenMetaData.ABI

ERC1155TokenABI is the input ABI used to generate the binding from. Deprecated: Use ERC1155TokenMetaData.ABI instead.

View Source
var ERC1155TokenMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"creator\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ERC1155InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"approver\",\"type\":\"address\"}],\"name\":\"ERC1155InvalidApprover\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"idsLength\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"valuesLength\",\"type\":\"uint256\"}],\"name\":\"ERC1155InvalidArrayLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"ERC1155InvalidOperator\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"ERC1155InvalidReceiver\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"ERC1155InvalidSender\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"ERC1155MissingApprovalForAll\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"OwnableInvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"OwnableUnauthorizedAccount\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"indexed\":false,\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"TransferBatch\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"TransferSingle\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"value\",\"type\":\"string\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"URI\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"accounts\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"}],\"name\":\"balanceOfBatch\",\"outputs\":[{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"tokenIds\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"}],\"name\":\"burnBatch\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"tokenIds\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"mintBatch\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"ids\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeBatchTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"uri\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

ERC1155TokenMetaData contains all meta data concerning the ERC1155Token contract.

View Source
var ERC20TokenABI = ERC20TokenMetaData.ABI

ERC20TokenABI is the input ABI used to generate the binding from. Deprecated: Use ERC20TokenMetaData.ABI instead.

View Source
var ERC20TokenMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"uint8\",\"name\":\"initDecimals\",\"type\":\"uint8\"},{\"internalType\":\"address\",\"name\":\"creator\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"allowance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"ERC20InsufficientAllowance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"balance\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"needed\",\"type\":\"uint256\"}],\"name\":\"ERC20InsufficientBalance\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"approver\",\"type\":\"address\"}],\"name\":\"ERC20InvalidApprover\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"ERC20InvalidReceiver\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"ERC20InvalidSender\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"ERC20InvalidSpender\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"OwnableInvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"OwnableUnauthorizedAccount\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"initDecimals\",\"type\":\"uint8\"}],\"name\":\"setDecimals\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

ERC20TokenMetaData contains all meta data concerning the ERC20Token contract.

View Source
var ERC721TokenABI = ERC721TokenMetaData.ABI

ERC721TokenABI is the input ABI used to generate the binding from. Deprecated: Use ERC721TokenMetaData.ABI instead.

View Source
var ERC721TokenMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"creator\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"ERC721IncorrectOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ERC721InsufficientApproval\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"approver\",\"type\":\"address\"}],\"name\":\"ERC721InvalidApprover\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"ERC721InvalidOperator\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"ERC721InvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"}],\"name\":\"ERC721InvalidReceiver\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"ERC721InvalidSender\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ERC721NonexistentToken\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"OwnableInvalidOwner\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"OwnableUnauthorizedAccount\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"tokenOwner\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

ERC721TokenMetaData contains all meta data concerning the ERC721Token contract.

View Source
var ParentTokenMessageTransmitterFacetABI = ParentTokenMessageTransmitterFacetMetaData.ABI

ParentTokenMessageTransmitterFacetABI is the input ABI used to generate the binding from. Deprecated: Use ParentTokenMessageTransmitterFacetMetaData.ABI instead.

View Source
var ParentTokenMessageTransmitterFacetMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AddressEmptyCode\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"AddressInsufficientBalance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedInnerCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"}],\"name\":\"SafeERC20FailedOperation\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"tokenAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"tokenIds\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"amounts\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"}],\"name\":\"depositERC1155Token\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"tokenAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"}],\"name\":\"depositERC20Token\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"tokenAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"}],\"name\":\"depositERC721Token\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"}],\"name\":\"depositETH\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"}],\"name\":\"depositRED\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"\",\"type\":\"uint256[]\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"onERC1155BatchReceived\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"onERC1155Received\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"onERC721Received\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}

ParentTokenMessageTransmitterFacetMetaData contains all meta data concerning the ParentTokenMessageTransmitterFacet contract.

Functions

This section is empty.

Types

type ChildBridgeCoreFacet

type ChildBridgeCoreFacet struct {
	ChildBridgeCoreFacetCaller     // Read-only binding to the contract
	ChildBridgeCoreFacetTransactor // Write-only binding to the contract
	ChildBridgeCoreFacetFilterer   // Log filterer for contract events
}

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

func NewChildBridgeCoreFacet

func NewChildBridgeCoreFacet(address common.Address, backend bind.ContractBackend) (*ChildBridgeCoreFacet, error)

NewChildBridgeCoreFacet creates a new instance of ChildBridgeCoreFacet, bound to a specific deployed contract.

type ChildBridgeCoreFacetAppendMessageEvent

type ChildBridgeCoreFacetAppendMessageEvent struct {
	Index       *big.Int
	MessageHash [32]byte
	Raw         types.Log // Blockchain specific contextual infos
}

ChildBridgeCoreFacetAppendMessageEvent represents a AppendMessageEvent event raised by the ChildBridgeCoreFacet contract.

type ChildBridgeCoreFacetAppendMessageEventIterator

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

ChildBridgeCoreFacetAppendMessageEventIterator is returned from FilterAppendMessageEvent and is used to iterate over the raw logs and unpacked data for AppendMessageEvent events raised by the ChildBridgeCoreFacet contract.

func (*ChildBridgeCoreFacetAppendMessageEventIterator) Close

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

func (*ChildBridgeCoreFacetAppendMessageEventIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ChildBridgeCoreFacetAppendMessageEventIterator) Next

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

type ChildBridgeCoreFacetCaller

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

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

func NewChildBridgeCoreFacetCaller

func NewChildBridgeCoreFacetCaller(address common.Address, caller bind.ContractCaller) (*ChildBridgeCoreFacetCaller, error)

NewChildBridgeCoreFacetCaller creates a new read-only instance of ChildBridgeCoreFacet, bound to a specific deployed contract.

func (*ChildBridgeCoreFacetCaller) GetBridgedERC1155TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCaller) GetBridgedERC1155TokenChild(opts *bind.CallOpts, erc1155Address common.Address) (common.Address, error)

GetBridgedERC1155TokenChild is a free data retrieval call binding the contract method 0x8544e8a2.

Solidity: function getBridgedERC1155TokenChild(address erc1155Address) view returns(address)

func (*ChildBridgeCoreFacetCaller) GetBridgedERC20TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCaller) GetBridgedERC20TokenChild(opts *bind.CallOpts, erc20Address common.Address) (common.Address, error)

GetBridgedERC20TokenChild is a free data retrieval call binding the contract method 0x630ac212.

Solidity: function getBridgedERC20TokenChild(address erc20Address) view returns(address)

func (*ChildBridgeCoreFacetCaller) GetBridgedERC721TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCaller) GetBridgedERC721TokenChild(opts *bind.CallOpts, erc721Address common.Address) (common.Address, error)

GetBridgedERC721TokenChild is a free data retrieval call binding the contract method 0x828a10b3.

Solidity: function getBridgedERC721TokenChild(address erc721Address) view returns(address)

func (*ChildBridgeCoreFacetCaller) GetERC1155TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCaller) GetERC1155TokenChild(opts *bind.CallOpts, bridgedERC1155TokenAddress common.Address) (common.Address, error)

GetERC1155TokenChild is a free data retrieval call binding the contract method 0x3fb645aa.

Solidity: function getERC1155TokenChild(address bridgedERC1155TokenAddress) view returns(address)

func (*ChildBridgeCoreFacetCaller) GetERC20TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCaller) GetERC20TokenChild(opts *bind.CallOpts, bridgedERC20Address common.Address) (common.Address, error)

GetERC20TokenChild is a free data retrieval call binding the contract method 0xa31ca56d.

Solidity: function getERC20TokenChild(address bridgedERC20Address) view returns(address)

func (*ChildBridgeCoreFacetCaller) GettL1RedTokenAddress

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCaller) GettL1RedTokenAddress(opts *bind.CallOpts) (common.Address, error)

GettL1RedTokenAddress is a free data retrieval call binding the contract method 0xdada7d76.

Solidity: function gettL1RedTokenAddress() view returns(address)

func (*ChildBridgeCoreFacetCaller) PauseStatusBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCaller) PauseStatusBridge(opts *bind.CallOpts) (bool, error)

PauseStatusBridge is a free data retrieval call binding the contract method 0xe7616cb0.

Solidity: function pauseStatusBridge() view returns(bool)

type ChildBridgeCoreFacetCallerRaw

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

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

func (*ChildBridgeCoreFacetCallerRaw) Call

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCallerRaw) 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 ChildBridgeCoreFacetCallerSession

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

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

func (*ChildBridgeCoreFacetCallerSession) GetBridgedERC1155TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCallerSession) GetBridgedERC1155TokenChild(erc1155Address common.Address) (common.Address, error)

GetBridgedERC1155TokenChild is a free data retrieval call binding the contract method 0x8544e8a2.

Solidity: function getBridgedERC1155TokenChild(address erc1155Address) view returns(address)

func (*ChildBridgeCoreFacetCallerSession) GetBridgedERC20TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCallerSession) GetBridgedERC20TokenChild(erc20Address common.Address) (common.Address, error)

GetBridgedERC20TokenChild is a free data retrieval call binding the contract method 0x630ac212.

Solidity: function getBridgedERC20TokenChild(address erc20Address) view returns(address)

func (*ChildBridgeCoreFacetCallerSession) GetBridgedERC721TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCallerSession) GetBridgedERC721TokenChild(erc721Address common.Address) (common.Address, error)

GetBridgedERC721TokenChild is a free data retrieval call binding the contract method 0x828a10b3.

Solidity: function getBridgedERC721TokenChild(address erc721Address) view returns(address)

func (*ChildBridgeCoreFacetCallerSession) GetERC1155TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCallerSession) GetERC1155TokenChild(bridgedERC1155TokenAddress common.Address) (common.Address, error)

GetERC1155TokenChild is a free data retrieval call binding the contract method 0x3fb645aa.

Solidity: function getERC1155TokenChild(address bridgedERC1155TokenAddress) view returns(address)

func (*ChildBridgeCoreFacetCallerSession) GetERC20TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCallerSession) GetERC20TokenChild(bridgedERC20Address common.Address) (common.Address, error)

GetERC20TokenChild is a free data retrieval call binding the contract method 0xa31ca56d.

Solidity: function getERC20TokenChild(address bridgedERC20Address) view returns(address)

func (*ChildBridgeCoreFacetCallerSession) GettL1RedTokenAddress

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCallerSession) GettL1RedTokenAddress() (common.Address, error)

GettL1RedTokenAddress is a free data retrieval call binding the contract method 0xdada7d76.

Solidity: function gettL1RedTokenAddress() view returns(address)

func (*ChildBridgeCoreFacetCallerSession) PauseStatusBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetCallerSession) PauseStatusBridge() (bool, error)

PauseStatusBridge is a free data retrieval call binding the contract method 0xe7616cb0.

Solidity: function pauseStatusBridge() view returns(bool)

type ChildBridgeCoreFacetFilterer

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

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

func NewChildBridgeCoreFacetFilterer

func NewChildBridgeCoreFacetFilterer(address common.Address, filterer bind.ContractFilterer) (*ChildBridgeCoreFacetFilterer, error)

NewChildBridgeCoreFacetFilterer creates a new log filterer instance of ChildBridgeCoreFacet, bound to a specific deployed contract.

func (*ChildBridgeCoreFacetFilterer) FilterAppendMessageEvent

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) FilterAppendMessageEvent(opts *bind.FilterOpts) (*ChildBridgeCoreFacetAppendMessageEventIterator, error)

FilterAppendMessageEvent is a free log retrieval operation binding the contract event 0xbd09f2f4cb9fdb26ba06cc07aff189ef87d22a6ae5a6dfa0f1dad34b348d1f3d.

Solidity: event AppendMessageEvent(uint256 index, bytes32 messageHash)

func (*ChildBridgeCoreFacetFilterer) FilterSentMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) FilterSentMessage(opts *bind.FilterOpts, xDomainCalldataHash [][32]byte) (*ChildBridgeCoreFacetSentMessageIterator, error)

FilterSentMessage is a free log retrieval operation binding the contract event 0x9717419fccdf63bc6c14a8f84640f92755acddeab6683f96607d2e422acf4676.

Solidity: event SentMessage(bytes32 indexed xDomainCalldataHash, uint256 nonce, uint32 payloadType, bytes payload, uint256 gasLimit)

func (*ChildBridgeCoreFacetFilterer) FilterUpwardMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) FilterUpwardMessage(opts *bind.FilterOpts) (*ChildBridgeCoreFacetUpwardMessageIterator, error)

FilterUpwardMessage is a free log retrieval operation binding the contract event 0x71682e85596cab934fc449074db8a6e222fd93232a40ff6bfa37745ab8bb085f.

Solidity: event UpwardMessage(uint32 payloadType, bytes payload)

func (*ChildBridgeCoreFacetFilterer) ParseAppendMessageEvent

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) ParseAppendMessageEvent(log types.Log) (*ChildBridgeCoreFacetAppendMessageEvent, error)

ParseAppendMessageEvent is a log parse operation binding the contract event 0xbd09f2f4cb9fdb26ba06cc07aff189ef87d22a6ae5a6dfa0f1dad34b348d1f3d.

Solidity: event AppendMessageEvent(uint256 index, bytes32 messageHash)

func (*ChildBridgeCoreFacetFilterer) ParseSentMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) ParseSentMessage(log types.Log) (*ChildBridgeCoreFacetSentMessage, error)

ParseSentMessage is a log parse operation binding the contract event 0x9717419fccdf63bc6c14a8f84640f92755acddeab6683f96607d2e422acf4676.

Solidity: event SentMessage(bytes32 indexed xDomainCalldataHash, uint256 nonce, uint32 payloadType, bytes payload, uint256 gasLimit)

func (*ChildBridgeCoreFacetFilterer) ParseUpwardMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) ParseUpwardMessage(log types.Log) (*ChildBridgeCoreFacetUpwardMessage, error)

ParseUpwardMessage is a log parse operation binding the contract event 0x71682e85596cab934fc449074db8a6e222fd93232a40ff6bfa37745ab8bb085f.

Solidity: event UpwardMessage(uint32 payloadType, bytes payload)

func (*ChildBridgeCoreFacetFilterer) WatchAppendMessageEvent

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) WatchAppendMessageEvent(opts *bind.WatchOpts, sink chan<- *ChildBridgeCoreFacetAppendMessageEvent) (event.Subscription, error)

WatchAppendMessageEvent is a free log subscription operation binding the contract event 0xbd09f2f4cb9fdb26ba06cc07aff189ef87d22a6ae5a6dfa0f1dad34b348d1f3d.

Solidity: event AppendMessageEvent(uint256 index, bytes32 messageHash)

func (*ChildBridgeCoreFacetFilterer) WatchSentMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) WatchSentMessage(opts *bind.WatchOpts, sink chan<- *ChildBridgeCoreFacetSentMessage, xDomainCalldataHash [][32]byte) (event.Subscription, error)

WatchSentMessage is a free log subscription operation binding the contract event 0x9717419fccdf63bc6c14a8f84640f92755acddeab6683f96607d2e422acf4676.

Solidity: event SentMessage(bytes32 indexed xDomainCalldataHash, uint256 nonce, uint32 payloadType, bytes payload, uint256 gasLimit)

func (*ChildBridgeCoreFacetFilterer) WatchUpwardMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetFilterer) WatchUpwardMessage(opts *bind.WatchOpts, sink chan<- *ChildBridgeCoreFacetUpwardMessage) (event.Subscription, error)

WatchUpwardMessage is a free log subscription operation binding the contract event 0x71682e85596cab934fc449074db8a6e222fd93232a40ff6bfa37745ab8bb085f.

Solidity: event UpwardMessage(uint32 payloadType, bytes payload)

type ChildBridgeCoreFacetRaw

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

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

func (*ChildBridgeCoreFacetRaw) Call

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetRaw) 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 (*ChildBridgeCoreFacetRaw) Transact

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

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

func (*ChildBridgeCoreFacetRaw) Transfer

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetRaw) 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 ChildBridgeCoreFacetSentMessage

type ChildBridgeCoreFacetSentMessage struct {
	XDomainCalldataHash [32]byte
	Nonce               *big.Int
	PayloadType         uint32
	Payload             []byte
	GasLimit            *big.Int
	Raw                 types.Log // Blockchain specific contextual infos
}

ChildBridgeCoreFacetSentMessage represents a SentMessage event raised by the ChildBridgeCoreFacet contract.

type ChildBridgeCoreFacetSentMessageIterator

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

ChildBridgeCoreFacetSentMessageIterator is returned from FilterSentMessage and is used to iterate over the raw logs and unpacked data for SentMessage events raised by the ChildBridgeCoreFacet contract.

func (*ChildBridgeCoreFacetSentMessageIterator) Close

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

func (*ChildBridgeCoreFacetSentMessageIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ChildBridgeCoreFacetSentMessageIterator) Next

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

type ChildBridgeCoreFacetSession

type ChildBridgeCoreFacetSession struct {
	Contract     *ChildBridgeCoreFacet // 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
}

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

func (*ChildBridgeCoreFacetSession) GetBridgedERC1155TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) GetBridgedERC1155TokenChild(erc1155Address common.Address) (common.Address, error)

GetBridgedERC1155TokenChild is a free data retrieval call binding the contract method 0x8544e8a2.

Solidity: function getBridgedERC1155TokenChild(address erc1155Address) view returns(address)

func (*ChildBridgeCoreFacetSession) GetBridgedERC20TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) GetBridgedERC20TokenChild(erc20Address common.Address) (common.Address, error)

GetBridgedERC20TokenChild is a free data retrieval call binding the contract method 0x630ac212.

Solidity: function getBridgedERC20TokenChild(address erc20Address) view returns(address)

func (*ChildBridgeCoreFacetSession) GetBridgedERC721TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) GetBridgedERC721TokenChild(erc721Address common.Address) (common.Address, error)

GetBridgedERC721TokenChild is a free data retrieval call binding the contract method 0x828a10b3.

Solidity: function getBridgedERC721TokenChild(address erc721Address) view returns(address)

func (*ChildBridgeCoreFacetSession) GetERC1155TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) GetERC1155TokenChild(bridgedERC1155TokenAddress common.Address) (common.Address, error)

GetERC1155TokenChild is a free data retrieval call binding the contract method 0x3fb645aa.

Solidity: function getERC1155TokenChild(address bridgedERC1155TokenAddress) view returns(address)

func (*ChildBridgeCoreFacetSession) GetERC20TokenChild

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) GetERC20TokenChild(bridgedERC20Address common.Address) (common.Address, error)

GetERC20TokenChild is a free data retrieval call binding the contract method 0xa31ca56d.

Solidity: function getERC20TokenChild(address bridgedERC20Address) view returns(address)

func (*ChildBridgeCoreFacetSession) GettL1RedTokenAddress

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) GettL1RedTokenAddress() (common.Address, error)

GettL1RedTokenAddress is a free data retrieval call binding the contract method 0xdada7d76.

Solidity: function gettL1RedTokenAddress() view returns(address)

func (*ChildBridgeCoreFacetSession) Initialize

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) Initialize() (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0x8129fc1c.

Solidity: function initialize() returns()

func (*ChildBridgeCoreFacetSession) PauseBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) PauseBridge() (*types.Transaction, error)

PauseBridge is a paid mutator transaction binding the contract method 0x7dd0480f.

Solidity: function pauseBridge() returns(bool)

func (*ChildBridgeCoreFacetSession) PauseStatusBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) PauseStatusBridge() (bool, error)

PauseStatusBridge is a free data retrieval call binding the contract method 0xe7616cb0.

Solidity: function pauseStatusBridge() view returns(bool)

func (*ChildBridgeCoreFacetSession) SendUpwardMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) SendUpwardMessage(payloadType uint32, payload []byte) (*types.Transaction, error)

SendUpwardMessage is a paid mutator transaction binding the contract method 0xd3609a28.

Solidity: function sendUpwardMessage(uint32 payloadType, bytes payload) returns()

func (*ChildBridgeCoreFacetSession) SetRedTokenAddress

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) SetRedTokenAddress(l1RedTokenAddress common.Address) (*types.Transaction, error)

SetRedTokenAddress is a paid mutator transaction binding the contract method 0xfd3d6a8d.

Solidity: function setRedTokenAddress(address l1RedTokenAddress) returns()

func (*ChildBridgeCoreFacetSession) UnpauseBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetSession) UnpauseBridge() (*types.Transaction, error)

UnpauseBridge is a paid mutator transaction binding the contract method 0xa82f143c.

Solidity: function unpauseBridge() returns(bool)

type ChildBridgeCoreFacetTransactor

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

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

func NewChildBridgeCoreFacetTransactor

func NewChildBridgeCoreFacetTransactor(address common.Address, transactor bind.ContractTransactor) (*ChildBridgeCoreFacetTransactor, error)

NewChildBridgeCoreFacetTransactor creates a new write-only instance of ChildBridgeCoreFacet, bound to a specific deployed contract.

func (*ChildBridgeCoreFacetTransactor) Initialize

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactor) Initialize(opts *bind.TransactOpts) (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0x8129fc1c.

Solidity: function initialize() returns()

func (*ChildBridgeCoreFacetTransactor) PauseBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactor) PauseBridge(opts *bind.TransactOpts) (*types.Transaction, error)

PauseBridge is a paid mutator transaction binding the contract method 0x7dd0480f.

Solidity: function pauseBridge() returns(bool)

func (*ChildBridgeCoreFacetTransactor) SendUpwardMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactor) SendUpwardMessage(opts *bind.TransactOpts, payloadType uint32, payload []byte) (*types.Transaction, error)

SendUpwardMessage is a paid mutator transaction binding the contract method 0xd3609a28.

Solidity: function sendUpwardMessage(uint32 payloadType, bytes payload) returns()

func (*ChildBridgeCoreFacetTransactor) SetRedTokenAddress

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactor) SetRedTokenAddress(opts *bind.TransactOpts, l1RedTokenAddress common.Address) (*types.Transaction, error)

SetRedTokenAddress is a paid mutator transaction binding the contract method 0xfd3d6a8d.

Solidity: function setRedTokenAddress(address l1RedTokenAddress) returns()

func (*ChildBridgeCoreFacetTransactor) UnpauseBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactor) UnpauseBridge(opts *bind.TransactOpts) (*types.Transaction, error)

UnpauseBridge is a paid mutator transaction binding the contract method 0xa82f143c.

Solidity: function unpauseBridge() returns(bool)

type ChildBridgeCoreFacetTransactorRaw

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

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

func (*ChildBridgeCoreFacetTransactorRaw) Transact

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

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

func (*ChildBridgeCoreFacetTransactorRaw) Transfer

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactorRaw) 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 ChildBridgeCoreFacetTransactorSession

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

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

func (*ChildBridgeCoreFacetTransactorSession) Initialize

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactorSession) Initialize() (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0x8129fc1c.

Solidity: function initialize() returns()

func (*ChildBridgeCoreFacetTransactorSession) PauseBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactorSession) PauseBridge() (*types.Transaction, error)

PauseBridge is a paid mutator transaction binding the contract method 0x7dd0480f.

Solidity: function pauseBridge() returns(bool)

func (*ChildBridgeCoreFacetTransactorSession) SendUpwardMessage

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactorSession) SendUpwardMessage(payloadType uint32, payload []byte) (*types.Transaction, error)

SendUpwardMessage is a paid mutator transaction binding the contract method 0xd3609a28.

Solidity: function sendUpwardMessage(uint32 payloadType, bytes payload) returns()

func (*ChildBridgeCoreFacetTransactorSession) SetRedTokenAddress

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactorSession) SetRedTokenAddress(l1RedTokenAddress common.Address) (*types.Transaction, error)

SetRedTokenAddress is a paid mutator transaction binding the contract method 0xfd3d6a8d.

Solidity: function setRedTokenAddress(address l1RedTokenAddress) returns()

func (*ChildBridgeCoreFacetTransactorSession) UnpauseBridge

func (_ChildBridgeCoreFacet *ChildBridgeCoreFacetTransactorSession) UnpauseBridge() (*types.Transaction, error)

UnpauseBridge is a paid mutator transaction binding the contract method 0xa82f143c.

Solidity: function unpauseBridge() returns(bool)

type ChildBridgeCoreFacetUpwardMessage

type ChildBridgeCoreFacetUpwardMessage struct {
	PayloadType uint32
	Payload     []byte
	Raw         types.Log // Blockchain specific contextual infos
}

ChildBridgeCoreFacetUpwardMessage represents a UpwardMessage event raised by the ChildBridgeCoreFacet contract.

type ChildBridgeCoreFacetUpwardMessageIterator

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

ChildBridgeCoreFacetUpwardMessageIterator is returned from FilterUpwardMessage and is used to iterate over the raw logs and unpacked data for UpwardMessage events raised by the ChildBridgeCoreFacet contract.

func (*ChildBridgeCoreFacetUpwardMessageIterator) Close

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

func (*ChildBridgeCoreFacetUpwardMessageIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ChildBridgeCoreFacetUpwardMessageIterator) Next

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

type ChildTokenMessageTransmitterFacet

type ChildTokenMessageTransmitterFacet struct {
	ChildTokenMessageTransmitterFacetCaller     // Read-only binding to the contract
	ChildTokenMessageTransmitterFacetTransactor // Write-only binding to the contract
	ChildTokenMessageTransmitterFacetFilterer   // Log filterer for contract events
}

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

func NewChildTokenMessageTransmitterFacet

func NewChildTokenMessageTransmitterFacet(address common.Address, backend bind.ContractBackend) (*ChildTokenMessageTransmitterFacet, error)

NewChildTokenMessageTransmitterFacet creates a new instance of ChildTokenMessageTransmitterFacet, bound to a specific deployed contract.

type ChildTokenMessageTransmitterFacetCaller

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

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

func NewChildTokenMessageTransmitterFacetCaller

func NewChildTokenMessageTransmitterFacetCaller(address common.Address, caller bind.ContractCaller) (*ChildTokenMessageTransmitterFacetCaller, error)

NewChildTokenMessageTransmitterFacetCaller creates a new read-only instance of ChildTokenMessageTransmitterFacet, bound to a specific deployed contract.

type ChildTokenMessageTransmitterFacetCallerRaw

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

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

func (*ChildTokenMessageTransmitterFacetCallerRaw) Call

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetCallerRaw) 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 ChildTokenMessageTransmitterFacetCallerSession

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

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

type ChildTokenMessageTransmitterFacetFilterer

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

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

func NewChildTokenMessageTransmitterFacetFilterer

func NewChildTokenMessageTransmitterFacetFilterer(address common.Address, filterer bind.ContractFilterer) (*ChildTokenMessageTransmitterFacetFilterer, error)

NewChildTokenMessageTransmitterFacetFilterer creates a new log filterer instance of ChildTokenMessageTransmitterFacet, bound to a specific deployed contract.

type ChildTokenMessageTransmitterFacetRaw

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

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

func (*ChildTokenMessageTransmitterFacetRaw) Call

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetRaw) 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 (*ChildTokenMessageTransmitterFacetRaw) Transact

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

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

func (*ChildTokenMessageTransmitterFacetRaw) Transfer

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetRaw) 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 ChildTokenMessageTransmitterFacetSession

type ChildTokenMessageTransmitterFacetSession struct {
	Contract     *ChildTokenMessageTransmitterFacet // 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
}

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

func (*ChildTokenMessageTransmitterFacetSession) WithdrawETH

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetSession) WithdrawETH(recipient common.Address, amount *big.Int) (*types.Transaction, error)

WithdrawETH is a paid mutator transaction binding the contract method 0x4782f779.

Solidity: function withdrawETH(address recipient, uint256 amount) returns()

func (*ChildTokenMessageTransmitterFacetSession) WithdrawErc1155BatchToken

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetSession) WithdrawErc1155BatchToken(tokenAddress common.Address, recipient common.Address, tokenIds []*big.Int, amounts []*big.Int) (*types.Transaction, error)

WithdrawErc1155BatchToken is a paid mutator transaction binding the contract method 0xcd35c3ce.

Solidity: function withdrawErc1155BatchToken(address tokenAddress, address recipient, uint256[] tokenIds, uint256[] amounts) returns()

func (*ChildTokenMessageTransmitterFacetSession) WithdrawErc20Token

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetSession) WithdrawErc20Token(tokenAddress common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)

WithdrawErc20Token is a paid mutator transaction binding the contract method 0x2d079734.

Solidity: function withdrawErc20Token(address tokenAddress, address recipient, uint256 amount) returns()

func (*ChildTokenMessageTransmitterFacetSession) WithdrawErc721Token

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetSession) WithdrawErc721Token(tokenAddress common.Address, recipient common.Address, tokenId *big.Int) (*types.Transaction, error)

WithdrawErc721Token is a paid mutator transaction binding the contract method 0xa6f83281.

Solidity: function withdrawErc721Token(address tokenAddress, address recipient, uint256 tokenId) returns()

func (*ChildTokenMessageTransmitterFacetSession) WithdrawRED

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetSession) WithdrawRED(recipient common.Address) (*types.Transaction, error)

WithdrawRED is a paid mutator transaction binding the contract method 0x71f5f10f.

Solidity: function withdrawRED(address recipient) payable returns()

type ChildTokenMessageTransmitterFacetTransactor

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

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

func NewChildTokenMessageTransmitterFacetTransactor

func NewChildTokenMessageTransmitterFacetTransactor(address common.Address, transactor bind.ContractTransactor) (*ChildTokenMessageTransmitterFacetTransactor, error)

NewChildTokenMessageTransmitterFacetTransactor creates a new write-only instance of ChildTokenMessageTransmitterFacet, bound to a specific deployed contract.

func (*ChildTokenMessageTransmitterFacetTransactor) WithdrawETH

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactor) WithdrawETH(opts *bind.TransactOpts, recipient common.Address, amount *big.Int) (*types.Transaction, error)

WithdrawETH is a paid mutator transaction binding the contract method 0x4782f779.

Solidity: function withdrawETH(address recipient, uint256 amount) returns()

func (*ChildTokenMessageTransmitterFacetTransactor) WithdrawErc1155BatchToken

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactor) WithdrawErc1155BatchToken(opts *bind.TransactOpts, tokenAddress common.Address, recipient common.Address, tokenIds []*big.Int, amounts []*big.Int) (*types.Transaction, error)

WithdrawErc1155BatchToken is a paid mutator transaction binding the contract method 0xcd35c3ce.

Solidity: function withdrawErc1155BatchToken(address tokenAddress, address recipient, uint256[] tokenIds, uint256[] amounts) returns()

func (*ChildTokenMessageTransmitterFacetTransactor) WithdrawErc20Token

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactor) WithdrawErc20Token(opts *bind.TransactOpts, tokenAddress common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)

WithdrawErc20Token is a paid mutator transaction binding the contract method 0x2d079734.

Solidity: function withdrawErc20Token(address tokenAddress, address recipient, uint256 amount) returns()

func (*ChildTokenMessageTransmitterFacetTransactor) WithdrawErc721Token

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactor) WithdrawErc721Token(opts *bind.TransactOpts, tokenAddress common.Address, recipient common.Address, tokenId *big.Int) (*types.Transaction, error)

WithdrawErc721Token is a paid mutator transaction binding the contract method 0xa6f83281.

Solidity: function withdrawErc721Token(address tokenAddress, address recipient, uint256 tokenId) returns()

func (*ChildTokenMessageTransmitterFacetTransactor) WithdrawRED

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactor) WithdrawRED(opts *bind.TransactOpts, recipient common.Address) (*types.Transaction, error)

WithdrawRED is a paid mutator transaction binding the contract method 0x71f5f10f.

Solidity: function withdrawRED(address recipient) payable returns()

type ChildTokenMessageTransmitterFacetTransactorRaw

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

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

func (*ChildTokenMessageTransmitterFacetTransactorRaw) Transact

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

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

func (*ChildTokenMessageTransmitterFacetTransactorRaw) Transfer

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactorRaw) 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 ChildTokenMessageTransmitterFacetTransactorSession

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

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

func (*ChildTokenMessageTransmitterFacetTransactorSession) WithdrawETH

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactorSession) WithdrawETH(recipient common.Address, amount *big.Int) (*types.Transaction, error)

WithdrawETH is a paid mutator transaction binding the contract method 0x4782f779.

Solidity: function withdrawETH(address recipient, uint256 amount) returns()

func (*ChildTokenMessageTransmitterFacetTransactorSession) WithdrawErc1155BatchToken

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactorSession) WithdrawErc1155BatchToken(tokenAddress common.Address, recipient common.Address, tokenIds []*big.Int, amounts []*big.Int) (*types.Transaction, error)

WithdrawErc1155BatchToken is a paid mutator transaction binding the contract method 0xcd35c3ce.

Solidity: function withdrawErc1155BatchToken(address tokenAddress, address recipient, uint256[] tokenIds, uint256[] amounts) returns()

func (*ChildTokenMessageTransmitterFacetTransactorSession) WithdrawErc20Token

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactorSession) WithdrawErc20Token(tokenAddress common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)

WithdrawErc20Token is a paid mutator transaction binding the contract method 0x2d079734.

Solidity: function withdrawErc20Token(address tokenAddress, address recipient, uint256 amount) returns()

func (*ChildTokenMessageTransmitterFacetTransactorSession) WithdrawErc721Token

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactorSession) WithdrawErc721Token(tokenAddress common.Address, recipient common.Address, tokenId *big.Int) (*types.Transaction, error)

WithdrawErc721Token is a paid mutator transaction binding the contract method 0xa6f83281.

Solidity: function withdrawErc721Token(address tokenAddress, address recipient, uint256 tokenId) returns()

func (*ChildTokenMessageTransmitterFacetTransactorSession) WithdrawRED

func (_ChildTokenMessageTransmitterFacet *ChildTokenMessageTransmitterFacetTransactorSession) WithdrawRED(recipient common.Address) (*types.Transaction, error)

WithdrawRED is a paid mutator transaction binding the contract method 0x71f5f10f.

Solidity: function withdrawRED(address recipient) payable returns()

type ERC1155Token

type ERC1155Token struct {
	ERC1155TokenCaller     // Read-only binding to the contract
	ERC1155TokenTransactor // Write-only binding to the contract
	ERC1155TokenFilterer   // Log filterer for contract events
}

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

func NewERC1155Token

func NewERC1155Token(address common.Address, backend bind.ContractBackend) (*ERC1155Token, error)

NewERC1155Token creates a new instance of ERC1155Token, bound to a specific deployed contract.

type ERC1155TokenApprovalForAll

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

ERC1155TokenApprovalForAll represents a ApprovalForAll event raised by the ERC1155Token contract.

type ERC1155TokenApprovalForAllIterator

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

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

func (*ERC1155TokenApprovalForAllIterator) Close

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

func (*ERC1155TokenApprovalForAllIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC1155TokenApprovalForAllIterator) Next

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

type ERC1155TokenCaller

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

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

func NewERC1155TokenCaller

func NewERC1155TokenCaller(address common.Address, caller bind.ContractCaller) (*ERC1155TokenCaller, error)

NewERC1155TokenCaller creates a new read-only instance of ERC1155Token, bound to a specific deployed contract.

func (*ERC1155TokenCaller) BalanceOf

func (_ERC1155Token *ERC1155TokenCaller) BalanceOf(opts *bind.CallOpts, account common.Address, id *big.Int) (*big.Int, error)

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

Solidity: function balanceOf(address account, uint256 id) view returns(uint256)

func (*ERC1155TokenCaller) BalanceOfBatch

func (_ERC1155Token *ERC1155TokenCaller) BalanceOfBatch(opts *bind.CallOpts, accounts []common.Address, ids []*big.Int) ([]*big.Int, error)

BalanceOfBatch is a free data retrieval call binding the contract method 0x4e1273f4.

Solidity: function balanceOfBatch(address[] accounts, uint256[] ids) view returns(uint256[])

func (*ERC1155TokenCaller) IsApprovedForAll

func (_ERC1155Token *ERC1155TokenCaller) IsApprovedForAll(opts *bind.CallOpts, account common.Address, operator common.Address) (bool, error)

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

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

func (*ERC1155TokenCaller) Owner

func (_ERC1155Token *ERC1155TokenCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC1155TokenCaller) SupportsInterface

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

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

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

func (*ERC1155TokenCaller) Uri

func (_ERC1155Token *ERC1155TokenCaller) Uri(opts *bind.CallOpts, arg0 *big.Int) (string, error)

Uri is a free data retrieval call binding the contract method 0x0e89341c.

Solidity: function uri(uint256 ) view returns(string)

type ERC1155TokenCallerRaw

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

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

func (*ERC1155TokenCallerRaw) Call

func (_ERC1155Token *ERC1155TokenCallerRaw) 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 ERC1155TokenCallerSession

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

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

func (*ERC1155TokenCallerSession) BalanceOf

func (_ERC1155Token *ERC1155TokenCallerSession) BalanceOf(account common.Address, id *big.Int) (*big.Int, error)

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

Solidity: function balanceOf(address account, uint256 id) view returns(uint256)

func (*ERC1155TokenCallerSession) BalanceOfBatch

func (_ERC1155Token *ERC1155TokenCallerSession) BalanceOfBatch(accounts []common.Address, ids []*big.Int) ([]*big.Int, error)

BalanceOfBatch is a free data retrieval call binding the contract method 0x4e1273f4.

Solidity: function balanceOfBatch(address[] accounts, uint256[] ids) view returns(uint256[])

func (*ERC1155TokenCallerSession) IsApprovedForAll

func (_ERC1155Token *ERC1155TokenCallerSession) IsApprovedForAll(account common.Address, operator common.Address) (bool, error)

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

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

func (*ERC1155TokenCallerSession) Owner

func (_ERC1155Token *ERC1155TokenCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC1155TokenCallerSession) SupportsInterface

func (_ERC1155Token *ERC1155TokenCallerSession) 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 (*ERC1155TokenCallerSession) Uri

func (_ERC1155Token *ERC1155TokenCallerSession) Uri(arg0 *big.Int) (string, error)

Uri is a free data retrieval call binding the contract method 0x0e89341c.

Solidity: function uri(uint256 ) view returns(string)

type ERC1155TokenFilterer

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

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

func NewERC1155TokenFilterer

func NewERC1155TokenFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC1155TokenFilterer, error)

NewERC1155TokenFilterer creates a new log filterer instance of ERC1155Token, bound to a specific deployed contract.

func (*ERC1155TokenFilterer) FilterApprovalForAll

func (_ERC1155Token *ERC1155TokenFilterer) FilterApprovalForAll(opts *bind.FilterOpts, account []common.Address, operator []common.Address) (*ERC1155TokenApprovalForAllIterator, error)

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

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

func (*ERC1155TokenFilterer) FilterOwnershipTransferred

func (_ERC1155Token *ERC1155TokenFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ERC1155TokenOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*ERC1155TokenFilterer) FilterTransferBatch

func (_ERC1155Token *ERC1155TokenFilterer) FilterTransferBatch(opts *bind.FilterOpts, operator []common.Address, from []common.Address, to []common.Address) (*ERC1155TokenTransferBatchIterator, error)

FilterTransferBatch is a free log retrieval operation binding the contract event 0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb.

Solidity: event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)

func (*ERC1155TokenFilterer) FilterTransferSingle

func (_ERC1155Token *ERC1155TokenFilterer) FilterTransferSingle(opts *bind.FilterOpts, operator []common.Address, from []common.Address, to []common.Address) (*ERC1155TokenTransferSingleIterator, error)

FilterTransferSingle is a free log retrieval operation binding the contract event 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62.

Solidity: event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)

func (*ERC1155TokenFilterer) FilterURI

func (_ERC1155Token *ERC1155TokenFilterer) FilterURI(opts *bind.FilterOpts, id []*big.Int) (*ERC1155TokenURIIterator, error)

FilterURI is a free log retrieval operation binding the contract event 0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b.

Solidity: event URI(string value, uint256 indexed id)

func (*ERC1155TokenFilterer) ParseApprovalForAll

func (_ERC1155Token *ERC1155TokenFilterer) ParseApprovalForAll(log types.Log) (*ERC1155TokenApprovalForAll, error)

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

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

func (*ERC1155TokenFilterer) ParseOwnershipTransferred

func (_ERC1155Token *ERC1155TokenFilterer) ParseOwnershipTransferred(log types.Log) (*ERC1155TokenOwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*ERC1155TokenFilterer) ParseTransferBatch

func (_ERC1155Token *ERC1155TokenFilterer) ParseTransferBatch(log types.Log) (*ERC1155TokenTransferBatch, error)

ParseTransferBatch is a log parse operation binding the contract event 0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb.

Solidity: event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)

func (*ERC1155TokenFilterer) ParseTransferSingle

func (_ERC1155Token *ERC1155TokenFilterer) ParseTransferSingle(log types.Log) (*ERC1155TokenTransferSingle, error)

ParseTransferSingle is a log parse operation binding the contract event 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62.

Solidity: event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)

func (*ERC1155TokenFilterer) ParseURI

func (_ERC1155Token *ERC1155TokenFilterer) ParseURI(log types.Log) (*ERC1155TokenURI, error)

ParseURI is a log parse operation binding the contract event 0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b.

Solidity: event URI(string value, uint256 indexed id)

func (*ERC1155TokenFilterer) WatchApprovalForAll

func (_ERC1155Token *ERC1155TokenFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *ERC1155TokenApprovalForAll, account []common.Address, operator []common.Address) (event.Subscription, error)

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

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

func (*ERC1155TokenFilterer) WatchOwnershipTransferred

func (_ERC1155Token *ERC1155TokenFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ERC1155TokenOwnershipTransferred, 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 (*ERC1155TokenFilterer) WatchTransferBatch

func (_ERC1155Token *ERC1155TokenFilterer) WatchTransferBatch(opts *bind.WatchOpts, sink chan<- *ERC1155TokenTransferBatch, operator []common.Address, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransferBatch is a free log subscription operation binding the contract event 0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb.

Solidity: event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)

func (*ERC1155TokenFilterer) WatchTransferSingle

func (_ERC1155Token *ERC1155TokenFilterer) WatchTransferSingle(opts *bind.WatchOpts, sink chan<- *ERC1155TokenTransferSingle, operator []common.Address, from []common.Address, to []common.Address) (event.Subscription, error)

WatchTransferSingle is a free log subscription operation binding the contract event 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62.

Solidity: event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)

func (*ERC1155TokenFilterer) WatchURI

func (_ERC1155Token *ERC1155TokenFilterer) WatchURI(opts *bind.WatchOpts, sink chan<- *ERC1155TokenURI, id []*big.Int) (event.Subscription, error)

WatchURI is a free log subscription operation binding the contract event 0x6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b.

Solidity: event URI(string value, uint256 indexed id)

type ERC1155TokenOwnershipTransferred

type ERC1155TokenOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

ERC1155TokenOwnershipTransferred represents a OwnershipTransferred event raised by the ERC1155Token contract.

type ERC1155TokenOwnershipTransferredIterator

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

ERC1155TokenOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ERC1155Token contract.

func (*ERC1155TokenOwnershipTransferredIterator) Close

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

func (*ERC1155TokenOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC1155TokenOwnershipTransferredIterator) Next

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

type ERC1155TokenRaw

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

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

func (*ERC1155TokenRaw) Call

func (_ERC1155Token *ERC1155TokenRaw) 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 (*ERC1155TokenRaw) Transact

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

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

func (*ERC1155TokenRaw) Transfer

func (_ERC1155Token *ERC1155TokenRaw) 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 ERC1155TokenSession

type ERC1155TokenSession struct {
	Contract     *ERC1155Token     // 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
}

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

func (*ERC1155TokenSession) BalanceOf

func (_ERC1155Token *ERC1155TokenSession) BalanceOf(account common.Address, id *big.Int) (*big.Int, error)

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

Solidity: function balanceOf(address account, uint256 id) view returns(uint256)

func (*ERC1155TokenSession) BalanceOfBatch

func (_ERC1155Token *ERC1155TokenSession) BalanceOfBatch(accounts []common.Address, ids []*big.Int) ([]*big.Int, error)

BalanceOfBatch is a free data retrieval call binding the contract method 0x4e1273f4.

Solidity: function balanceOfBatch(address[] accounts, uint256[] ids) view returns(uint256[])

func (*ERC1155TokenSession) Burn

func (_ERC1155Token *ERC1155TokenSession) Burn(from common.Address, tokenId *big.Int, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0xf5298aca.

Solidity: function burn(address from, uint256 tokenId, uint256 amount) returns()

func (*ERC1155TokenSession) BurnBatch

func (_ERC1155Token *ERC1155TokenSession) BurnBatch(from common.Address, tokenIds []*big.Int, amounts []*big.Int) (*types.Transaction, error)

BurnBatch is a paid mutator transaction binding the contract method 0x6b20c454.

Solidity: function burnBatch(address from, uint256[] tokenIds, uint256[] amounts) returns()

func (*ERC1155TokenSession) IsApprovedForAll

func (_ERC1155Token *ERC1155TokenSession) IsApprovedForAll(account common.Address, operator common.Address) (bool, error)

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

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

func (*ERC1155TokenSession) Mint

func (_ERC1155Token *ERC1155TokenSession) Mint(to common.Address, tokenId *big.Int, amount *big.Int, data []byte) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x731133e9.

Solidity: function mint(address to, uint256 tokenId, uint256 amount, bytes data) returns()

func (*ERC1155TokenSession) MintBatch

func (_ERC1155Token *ERC1155TokenSession) MintBatch(to common.Address, tokenIds []*big.Int, amounts []*big.Int, data []byte) (*types.Transaction, error)

MintBatch is a paid mutator transaction binding the contract method 0x1f7fdffa.

Solidity: function mintBatch(address to, uint256[] tokenIds, uint256[] amounts, bytes data) returns()

func (*ERC1155TokenSession) Owner

func (_ERC1155Token *ERC1155TokenSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC1155TokenSession) RenounceOwnership

func (_ERC1155Token *ERC1155TokenSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC1155TokenSession) SafeBatchTransferFrom

func (_ERC1155Token *ERC1155TokenSession) SafeBatchTransferFrom(from common.Address, to common.Address, ids []*big.Int, values []*big.Int, data []byte) (*types.Transaction, error)

SafeBatchTransferFrom is a paid mutator transaction binding the contract method 0x2eb2c2d6.

Solidity: function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data) returns()

func (*ERC1155TokenSession) SafeTransferFrom

func (_ERC1155Token *ERC1155TokenSession) SafeTransferFrom(from common.Address, to common.Address, id *big.Int, value *big.Int, data []byte) (*types.Transaction, error)

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

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

func (*ERC1155TokenSession) SetApprovalForAll

func (_ERC1155Token *ERC1155TokenSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)

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

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

func (*ERC1155TokenSession) SupportsInterface

func (_ERC1155Token *ERC1155TokenSession) 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 (*ERC1155TokenSession) TransferOwnership

func (_ERC1155Token *ERC1155TokenSession) 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 (*ERC1155TokenSession) Uri

func (_ERC1155Token *ERC1155TokenSession) Uri(arg0 *big.Int) (string, error)

Uri is a free data retrieval call binding the contract method 0x0e89341c.

Solidity: function uri(uint256 ) view returns(string)

type ERC1155TokenTransactor

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

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

func NewERC1155TokenTransactor

func NewERC1155TokenTransactor(address common.Address, transactor bind.ContractTransactor) (*ERC1155TokenTransactor, error)

NewERC1155TokenTransactor creates a new write-only instance of ERC1155Token, bound to a specific deployed contract.

func (*ERC1155TokenTransactor) Burn

func (_ERC1155Token *ERC1155TokenTransactor) Burn(opts *bind.TransactOpts, from common.Address, tokenId *big.Int, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0xf5298aca.

Solidity: function burn(address from, uint256 tokenId, uint256 amount) returns()

func (*ERC1155TokenTransactor) BurnBatch

func (_ERC1155Token *ERC1155TokenTransactor) BurnBatch(opts *bind.TransactOpts, from common.Address, tokenIds []*big.Int, amounts []*big.Int) (*types.Transaction, error)

BurnBatch is a paid mutator transaction binding the contract method 0x6b20c454.

Solidity: function burnBatch(address from, uint256[] tokenIds, uint256[] amounts) returns()

func (*ERC1155TokenTransactor) Mint

func (_ERC1155Token *ERC1155TokenTransactor) Mint(opts *bind.TransactOpts, to common.Address, tokenId *big.Int, amount *big.Int, data []byte) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x731133e9.

Solidity: function mint(address to, uint256 tokenId, uint256 amount, bytes data) returns()

func (*ERC1155TokenTransactor) MintBatch

func (_ERC1155Token *ERC1155TokenTransactor) MintBatch(opts *bind.TransactOpts, to common.Address, tokenIds []*big.Int, amounts []*big.Int, data []byte) (*types.Transaction, error)

MintBatch is a paid mutator transaction binding the contract method 0x1f7fdffa.

Solidity: function mintBatch(address to, uint256[] tokenIds, uint256[] amounts, bytes data) returns()

func (*ERC1155TokenTransactor) RenounceOwnership

func (_ERC1155Token *ERC1155TokenTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC1155TokenTransactor) SafeBatchTransferFrom

func (_ERC1155Token *ERC1155TokenTransactor) SafeBatchTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ids []*big.Int, values []*big.Int, data []byte) (*types.Transaction, error)

SafeBatchTransferFrom is a paid mutator transaction binding the contract method 0x2eb2c2d6.

Solidity: function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data) returns()

func (*ERC1155TokenTransactor) SafeTransferFrom

func (_ERC1155Token *ERC1155TokenTransactor) SafeTransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, id *big.Int, value *big.Int, data []byte) (*types.Transaction, error)

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

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

func (*ERC1155TokenTransactor) SetApprovalForAll

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

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

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

func (*ERC1155TokenTransactor) TransferOwnership

func (_ERC1155Token *ERC1155TokenTransactor) 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()

type ERC1155TokenTransactorRaw

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

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

func (*ERC1155TokenTransactorRaw) Transact

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

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

func (*ERC1155TokenTransactorRaw) Transfer

func (_ERC1155Token *ERC1155TokenTransactorRaw) 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 ERC1155TokenTransactorSession

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

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

func (*ERC1155TokenTransactorSession) Burn

func (_ERC1155Token *ERC1155TokenTransactorSession) Burn(from common.Address, tokenId *big.Int, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0xf5298aca.

Solidity: function burn(address from, uint256 tokenId, uint256 amount) returns()

func (*ERC1155TokenTransactorSession) BurnBatch

func (_ERC1155Token *ERC1155TokenTransactorSession) BurnBatch(from common.Address, tokenIds []*big.Int, amounts []*big.Int) (*types.Transaction, error)

BurnBatch is a paid mutator transaction binding the contract method 0x6b20c454.

Solidity: function burnBatch(address from, uint256[] tokenIds, uint256[] amounts) returns()

func (*ERC1155TokenTransactorSession) Mint

func (_ERC1155Token *ERC1155TokenTransactorSession) Mint(to common.Address, tokenId *big.Int, amount *big.Int, data []byte) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x731133e9.

Solidity: function mint(address to, uint256 tokenId, uint256 amount, bytes data) returns()

func (*ERC1155TokenTransactorSession) MintBatch

func (_ERC1155Token *ERC1155TokenTransactorSession) MintBatch(to common.Address, tokenIds []*big.Int, amounts []*big.Int, data []byte) (*types.Transaction, error)

MintBatch is a paid mutator transaction binding the contract method 0x1f7fdffa.

Solidity: function mintBatch(address to, uint256[] tokenIds, uint256[] amounts, bytes data) returns()

func (*ERC1155TokenTransactorSession) RenounceOwnership

func (_ERC1155Token *ERC1155TokenTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC1155TokenTransactorSession) SafeBatchTransferFrom

func (_ERC1155Token *ERC1155TokenTransactorSession) SafeBatchTransferFrom(from common.Address, to common.Address, ids []*big.Int, values []*big.Int, data []byte) (*types.Transaction, error)

SafeBatchTransferFrom is a paid mutator transaction binding the contract method 0x2eb2c2d6.

Solidity: function safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data) returns()

func (*ERC1155TokenTransactorSession) SafeTransferFrom

func (_ERC1155Token *ERC1155TokenTransactorSession) SafeTransferFrom(from common.Address, to common.Address, id *big.Int, value *big.Int, data []byte) (*types.Transaction, error)

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

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

func (*ERC1155TokenTransactorSession) SetApprovalForAll

func (_ERC1155Token *ERC1155TokenTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)

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

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

func (*ERC1155TokenTransactorSession) TransferOwnership

func (_ERC1155Token *ERC1155TokenTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type ERC1155TokenTransferBatch

type ERC1155TokenTransferBatch struct {
	Operator common.Address
	From     common.Address
	To       common.Address
	Ids      []*big.Int
	Values   []*big.Int
	Raw      types.Log // Blockchain specific contextual infos
}

ERC1155TokenTransferBatch represents a TransferBatch event raised by the ERC1155Token contract.

type ERC1155TokenTransferBatchIterator

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

ERC1155TokenTransferBatchIterator is returned from FilterTransferBatch and is used to iterate over the raw logs and unpacked data for TransferBatch events raised by the ERC1155Token contract.

func (*ERC1155TokenTransferBatchIterator) Close

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

func (*ERC1155TokenTransferBatchIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC1155TokenTransferBatchIterator) Next

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

type ERC1155TokenTransferSingle

type ERC1155TokenTransferSingle struct {
	Operator common.Address
	From     common.Address
	To       common.Address
	Id       *big.Int
	Value    *big.Int
	Raw      types.Log // Blockchain specific contextual infos
}

ERC1155TokenTransferSingle represents a TransferSingle event raised by the ERC1155Token contract.

type ERC1155TokenTransferSingleIterator

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

ERC1155TokenTransferSingleIterator is returned from FilterTransferSingle and is used to iterate over the raw logs and unpacked data for TransferSingle events raised by the ERC1155Token contract.

func (*ERC1155TokenTransferSingleIterator) Close

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

func (*ERC1155TokenTransferSingleIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC1155TokenTransferSingleIterator) Next

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

type ERC1155TokenURI

type ERC1155TokenURI struct {
	Value string
	Id    *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

ERC1155TokenURI represents a URI event raised by the ERC1155Token contract.

type ERC1155TokenURIIterator

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

ERC1155TokenURIIterator is returned from FilterURI and is used to iterate over the raw logs and unpacked data for URI events raised by the ERC1155Token contract.

func (*ERC1155TokenURIIterator) Close

func (it *ERC1155TokenURIIterator) Close() error

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

func (*ERC1155TokenURIIterator) Error

func (it *ERC1155TokenURIIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC1155TokenURIIterator) Next

func (it *ERC1155TokenURIIterator) 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 ERC20Token

type ERC20Token struct {
	ERC20TokenCaller     // Read-only binding to the contract
	ERC20TokenTransactor // Write-only binding to the contract
	ERC20TokenFilterer   // Log filterer for contract events
}

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

func NewERC20Token

func NewERC20Token(address common.Address, backend bind.ContractBackend) (*ERC20Token, error)

NewERC20Token creates a new instance of ERC20Token, bound to a specific deployed contract.

type ERC20TokenApproval

type ERC20TokenApproval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

ERC20TokenApproval represents a Approval event raised by the ERC20Token contract.

type ERC20TokenApprovalIterator

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

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

func (*ERC20TokenApprovalIterator) Close

func (it *ERC20TokenApprovalIterator) Close() error

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

func (*ERC20TokenApprovalIterator) Error

func (it *ERC20TokenApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC20TokenApprovalIterator) Next

func (it *ERC20TokenApprovalIterator) 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 ERC20TokenCaller

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

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

func NewERC20TokenCaller

func NewERC20TokenCaller(address common.Address, caller bind.ContractCaller) (*ERC20TokenCaller, error)

NewERC20TokenCaller creates a new read-only instance of ERC20Token, bound to a specific deployed contract.

func (*ERC20TokenCaller) Allowance

func (_ERC20Token *ERC20TokenCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) view returns(uint256)

func (*ERC20TokenCaller) BalanceOf

func (_ERC20Token *ERC20TokenCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)

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

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

func (*ERC20TokenCaller) Decimals

func (_ERC20Token *ERC20TokenCaller) Decimals(opts *bind.CallOpts) (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint8)

func (*ERC20TokenCaller) Name

func (_ERC20Token *ERC20TokenCaller) Name(opts *bind.CallOpts) (string, error)

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

Solidity: function name() view returns(string)

func (*ERC20TokenCaller) Owner

func (_ERC20Token *ERC20TokenCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC20TokenCaller) Symbol

func (_ERC20Token *ERC20TokenCaller) Symbol(opts *bind.CallOpts) (string, error)

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

Solidity: function symbol() view returns(string)

func (*ERC20TokenCaller) TotalSupply

func (_ERC20Token *ERC20TokenCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

type ERC20TokenCallerRaw

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

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

func (*ERC20TokenCallerRaw) Call

func (_ERC20Token *ERC20TokenCallerRaw) 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 ERC20TokenCallerSession

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

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

func (*ERC20TokenCallerSession) Allowance

func (_ERC20Token *ERC20TokenCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) view returns(uint256)

func (*ERC20TokenCallerSession) BalanceOf

func (_ERC20Token *ERC20TokenCallerSession) BalanceOf(account common.Address) (*big.Int, error)

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

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

func (*ERC20TokenCallerSession) Decimals

func (_ERC20Token *ERC20TokenCallerSession) Decimals() (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint8)

func (*ERC20TokenCallerSession) Name

func (_ERC20Token *ERC20TokenCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*ERC20TokenCallerSession) Owner

func (_ERC20Token *ERC20TokenCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC20TokenCallerSession) Symbol

func (_ERC20Token *ERC20TokenCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*ERC20TokenCallerSession) TotalSupply

func (_ERC20Token *ERC20TokenCallerSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

type ERC20TokenFilterer

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

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

func NewERC20TokenFilterer

func NewERC20TokenFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC20TokenFilterer, error)

NewERC20TokenFilterer creates a new log filterer instance of ERC20Token, bound to a specific deployed contract.

func (*ERC20TokenFilterer) FilterApproval

func (_ERC20Token *ERC20TokenFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*ERC20TokenApprovalIterator, error)

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

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*ERC20TokenFilterer) FilterOwnershipTransferred

func (_ERC20Token *ERC20TokenFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ERC20TokenOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*ERC20TokenFilterer) FilterTransfer

func (_ERC20Token *ERC20TokenFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*ERC20TokenTransferIterator, error)

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

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

func (*ERC20TokenFilterer) ParseApproval

func (_ERC20Token *ERC20TokenFilterer) ParseApproval(log types.Log) (*ERC20TokenApproval, error)

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

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*ERC20TokenFilterer) ParseOwnershipTransferred

func (_ERC20Token *ERC20TokenFilterer) ParseOwnershipTransferred(log types.Log) (*ERC20TokenOwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*ERC20TokenFilterer) ParseTransfer

func (_ERC20Token *ERC20TokenFilterer) ParseTransfer(log types.Log) (*ERC20TokenTransfer, error)

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

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

func (*ERC20TokenFilterer) WatchApproval

func (_ERC20Token *ERC20TokenFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *ERC20TokenApproval, owner []common.Address, spender []common.Address) (event.Subscription, error)

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

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*ERC20TokenFilterer) WatchOwnershipTransferred

func (_ERC20Token *ERC20TokenFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ERC20TokenOwnershipTransferred, 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 (*ERC20TokenFilterer) WatchTransfer

func (_ERC20Token *ERC20TokenFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *ERC20TokenTransfer, from []common.Address, to []common.Address) (event.Subscription, error)

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

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

type ERC20TokenOwnershipTransferred

type ERC20TokenOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

ERC20TokenOwnershipTransferred represents a OwnershipTransferred event raised by the ERC20Token contract.

type ERC20TokenOwnershipTransferredIterator

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

ERC20TokenOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ERC20Token contract.

func (*ERC20TokenOwnershipTransferredIterator) Close

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

func (*ERC20TokenOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC20TokenOwnershipTransferredIterator) Next

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

type ERC20TokenRaw

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

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

func (*ERC20TokenRaw) Call

func (_ERC20Token *ERC20TokenRaw) 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 (*ERC20TokenRaw) Transact

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

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

func (*ERC20TokenRaw) Transfer

func (_ERC20Token *ERC20TokenRaw) 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 ERC20TokenSession

type ERC20TokenSession struct {
	Contract     *ERC20Token       // 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
}

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

func (*ERC20TokenSession) Allowance

func (_ERC20Token *ERC20TokenSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)

Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.

Solidity: function allowance(address owner, address spender) view returns(uint256)

func (*ERC20TokenSession) Approve

func (_ERC20Token *ERC20TokenSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)

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

Solidity: function approve(address spender, uint256 value) returns(bool)

func (*ERC20TokenSession) BalanceOf

func (_ERC20Token *ERC20TokenSession) BalanceOf(account common.Address) (*big.Int, error)

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

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

func (*ERC20TokenSession) Burn

func (_ERC20Token *ERC20TokenSession) Burn(from common.Address, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address from, uint256 amount) returns()

func (*ERC20TokenSession) Decimals

func (_ERC20Token *ERC20TokenSession) Decimals() (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint8)

func (*ERC20TokenSession) Mint

func (_ERC20Token *ERC20TokenSession) Mint(to common.Address, amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address to, uint256 amount) returns()

func (*ERC20TokenSession) Name

func (_ERC20Token *ERC20TokenSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*ERC20TokenSession) Owner

func (_ERC20Token *ERC20TokenSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC20TokenSession) RenounceOwnership

func (_ERC20Token *ERC20TokenSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC20TokenSession) SetDecimals

func (_ERC20Token *ERC20TokenSession) SetDecimals(initDecimals uint8) (*types.Transaction, error)

SetDecimals is a paid mutator transaction binding the contract method 0x7a1395aa.

Solidity: function setDecimals(uint8 initDecimals) returns()

func (*ERC20TokenSession) Symbol

func (_ERC20Token *ERC20TokenSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*ERC20TokenSession) TotalSupply

func (_ERC20Token *ERC20TokenSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

func (*ERC20TokenSession) Transfer

func (_ERC20Token *ERC20TokenSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address to, uint256 value) returns(bool)

func (*ERC20TokenSession) TransferFrom

func (_ERC20Token *ERC20TokenSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)

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

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

func (*ERC20TokenSession) TransferOwnership

func (_ERC20Token *ERC20TokenSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type ERC20TokenTransactor

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

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

func NewERC20TokenTransactor

func NewERC20TokenTransactor(address common.Address, transactor bind.ContractTransactor) (*ERC20TokenTransactor, error)

NewERC20TokenTransactor creates a new write-only instance of ERC20Token, bound to a specific deployed contract.

func (*ERC20TokenTransactor) Approve

func (_ERC20Token *ERC20TokenTransactor) Approve(opts *bind.TransactOpts, spender common.Address, value *big.Int) (*types.Transaction, error)

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

Solidity: function approve(address spender, uint256 value) returns(bool)

func (*ERC20TokenTransactor) Burn

func (_ERC20Token *ERC20TokenTransactor) Burn(opts *bind.TransactOpts, from common.Address, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address from, uint256 amount) returns()

func (*ERC20TokenTransactor) Mint

func (_ERC20Token *ERC20TokenTransactor) Mint(opts *bind.TransactOpts, to common.Address, amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address to, uint256 amount) returns()

func (*ERC20TokenTransactor) RenounceOwnership

func (_ERC20Token *ERC20TokenTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC20TokenTransactor) SetDecimals

func (_ERC20Token *ERC20TokenTransactor) SetDecimals(opts *bind.TransactOpts, initDecimals uint8) (*types.Transaction, error)

SetDecimals is a paid mutator transaction binding the contract method 0x7a1395aa.

Solidity: function setDecimals(uint8 initDecimals) returns()

func (*ERC20TokenTransactor) Transfer

func (_ERC20Token *ERC20TokenTransactor) Transfer(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address to, uint256 value) returns(bool)

func (*ERC20TokenTransactor) TransferFrom

func (_ERC20Token *ERC20TokenTransactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)

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

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

func (*ERC20TokenTransactor) TransferOwnership

func (_ERC20Token *ERC20TokenTransactor) 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()

type ERC20TokenTransactorRaw

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

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

func (*ERC20TokenTransactorRaw) Transact

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

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

func (*ERC20TokenTransactorRaw) Transfer

func (_ERC20Token *ERC20TokenTransactorRaw) 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 ERC20TokenTransactorSession

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

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

func (*ERC20TokenTransactorSession) Approve

func (_ERC20Token *ERC20TokenTransactorSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)

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

Solidity: function approve(address spender, uint256 value) returns(bool)

func (*ERC20TokenTransactorSession) Burn

func (_ERC20Token *ERC20TokenTransactorSession) Burn(from common.Address, amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address from, uint256 amount) returns()

func (*ERC20TokenTransactorSession) Mint

func (_ERC20Token *ERC20TokenTransactorSession) Mint(to common.Address, amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address to, uint256 amount) returns()

func (*ERC20TokenTransactorSession) RenounceOwnership

func (_ERC20Token *ERC20TokenTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC20TokenTransactorSession) SetDecimals

func (_ERC20Token *ERC20TokenTransactorSession) SetDecimals(initDecimals uint8) (*types.Transaction, error)

SetDecimals is a paid mutator transaction binding the contract method 0x7a1395aa.

Solidity: function setDecimals(uint8 initDecimals) returns()

func (*ERC20TokenTransactorSession) Transfer

func (_ERC20Token *ERC20TokenTransactorSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)

Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.

Solidity: function transfer(address to, uint256 value) returns(bool)

func (*ERC20TokenTransactorSession) TransferFrom

func (_ERC20Token *ERC20TokenTransactorSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)

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

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

func (*ERC20TokenTransactorSession) TransferOwnership

func (_ERC20Token *ERC20TokenTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type ERC20TokenTransfer

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

ERC20TokenTransfer represents a Transfer event raised by the ERC20Token contract.

type ERC20TokenTransferIterator

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

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

func (*ERC20TokenTransferIterator) Close

func (it *ERC20TokenTransferIterator) Close() error

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

func (*ERC20TokenTransferIterator) Error

func (it *ERC20TokenTransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC20TokenTransferIterator) Next

func (it *ERC20TokenTransferIterator) 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 ERC721Token

type ERC721Token struct {
	ERC721TokenCaller     // Read-only binding to the contract
	ERC721TokenTransactor // Write-only binding to the contract
	ERC721TokenFilterer   // Log filterer for contract events
}

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

func NewERC721Token

func NewERC721Token(address common.Address, backend bind.ContractBackend) (*ERC721Token, error)

NewERC721Token creates a new instance of ERC721Token, bound to a specific deployed contract.

type ERC721TokenApproval

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

ERC721TokenApproval represents a Approval event raised by the ERC721Token contract.

type ERC721TokenApprovalForAll

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

ERC721TokenApprovalForAll represents a ApprovalForAll event raised by the ERC721Token contract.

type ERC721TokenApprovalForAllIterator

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

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

func (*ERC721TokenApprovalForAllIterator) Close

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

func (*ERC721TokenApprovalForAllIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721TokenApprovalForAllIterator) Next

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

type ERC721TokenApprovalIterator

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

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

func (*ERC721TokenApprovalIterator) Close

func (it *ERC721TokenApprovalIterator) Close() error

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

func (*ERC721TokenApprovalIterator) Error

func (it *ERC721TokenApprovalIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721TokenApprovalIterator) Next

func (it *ERC721TokenApprovalIterator) 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 ERC721TokenCaller

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

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

func NewERC721TokenCaller

func NewERC721TokenCaller(address common.Address, caller bind.ContractCaller) (*ERC721TokenCaller, error)

NewERC721TokenCaller creates a new read-only instance of ERC721Token, bound to a specific deployed contract.

func (*ERC721TokenCaller) BalanceOf

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

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

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

func (*ERC721TokenCaller) GetApproved

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

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

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

func (*ERC721TokenCaller) IsApprovedForAll

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

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

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

func (*ERC721TokenCaller) Name

func (_ERC721Token *ERC721TokenCaller) Name(opts *bind.CallOpts) (string, error)

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

Solidity: function name() view returns(string)

func (*ERC721TokenCaller) Owner

func (_ERC721Token *ERC721TokenCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC721TokenCaller) OwnerOf

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

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

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

func (*ERC721TokenCaller) SupportsInterface

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

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

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

func (*ERC721TokenCaller) Symbol

func (_ERC721Token *ERC721TokenCaller) Symbol(opts *bind.CallOpts) (string, error)

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

Solidity: function symbol() view returns(string)

func (*ERC721TokenCaller) TokenURI

func (_ERC721Token *ERC721TokenCaller) TokenURI(opts *bind.CallOpts, tokenId *big.Int) (string, error)

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

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

type ERC721TokenCallerRaw

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

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

func (*ERC721TokenCallerRaw) Call

func (_ERC721Token *ERC721TokenCallerRaw) 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 ERC721TokenCallerSession

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

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

func (*ERC721TokenCallerSession) BalanceOf

func (_ERC721Token *ERC721TokenCallerSession) BalanceOf(owner common.Address) (*big.Int, error)

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

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

func (*ERC721TokenCallerSession) GetApproved

func (_ERC721Token *ERC721TokenCallerSession) GetApproved(tokenId *big.Int) (common.Address, error)

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

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

func (*ERC721TokenCallerSession) IsApprovedForAll

func (_ERC721Token *ERC721TokenCallerSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)

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

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

func (*ERC721TokenCallerSession) Name

func (_ERC721Token *ERC721TokenCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*ERC721TokenCallerSession) Owner

func (_ERC721Token *ERC721TokenCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC721TokenCallerSession) OwnerOf

func (_ERC721Token *ERC721TokenCallerSession) OwnerOf(tokenId *big.Int) (common.Address, error)

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

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

func (*ERC721TokenCallerSession) SupportsInterface

func (_ERC721Token *ERC721TokenCallerSession) 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 (*ERC721TokenCallerSession) Symbol

func (_ERC721Token *ERC721TokenCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*ERC721TokenCallerSession) TokenURI

func (_ERC721Token *ERC721TokenCallerSession) TokenURI(tokenId *big.Int) (string, error)

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

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

type ERC721TokenFilterer

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

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

func NewERC721TokenFilterer

func NewERC721TokenFilterer(address common.Address, filterer bind.ContractFilterer) (*ERC721TokenFilterer, error)

NewERC721TokenFilterer creates a new log filterer instance of ERC721Token, bound to a specific deployed contract.

func (*ERC721TokenFilterer) FilterApproval

func (_ERC721Token *ERC721TokenFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, approved []common.Address, tokenId []*big.Int) (*ERC721TokenApprovalIterator, error)

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

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

func (*ERC721TokenFilterer) FilterApprovalForAll

func (_ERC721Token *ERC721TokenFilterer) FilterApprovalForAll(opts *bind.FilterOpts, owner []common.Address, operator []common.Address) (*ERC721TokenApprovalForAllIterator, error)

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

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

func (*ERC721TokenFilterer) FilterOwnershipTransferred

func (_ERC721Token *ERC721TokenFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*ERC721TokenOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*ERC721TokenFilterer) FilterTransfer

func (_ERC721Token *ERC721TokenFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address, tokenId []*big.Int) (*ERC721TokenTransferIterator, error)

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

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

func (*ERC721TokenFilterer) ParseApproval

func (_ERC721Token *ERC721TokenFilterer) ParseApproval(log types.Log) (*ERC721TokenApproval, error)

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

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

func (*ERC721TokenFilterer) ParseApprovalForAll

func (_ERC721Token *ERC721TokenFilterer) ParseApprovalForAll(log types.Log) (*ERC721TokenApprovalForAll, error)

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

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

func (*ERC721TokenFilterer) ParseOwnershipTransferred

func (_ERC721Token *ERC721TokenFilterer) ParseOwnershipTransferred(log types.Log) (*ERC721TokenOwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*ERC721TokenFilterer) ParseTransfer

func (_ERC721Token *ERC721TokenFilterer) ParseTransfer(log types.Log) (*ERC721TokenTransfer, error)

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

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

func (*ERC721TokenFilterer) WatchApproval

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

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

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

func (*ERC721TokenFilterer) WatchApprovalForAll

func (_ERC721Token *ERC721TokenFilterer) WatchApprovalForAll(opts *bind.WatchOpts, sink chan<- *ERC721TokenApprovalForAll, owner []common.Address, operator []common.Address) (event.Subscription, error)

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

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

func (*ERC721TokenFilterer) WatchOwnershipTransferred

func (_ERC721Token *ERC721TokenFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *ERC721TokenOwnershipTransferred, 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 (*ERC721TokenFilterer) WatchTransfer

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

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

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

type ERC721TokenOwnershipTransferred

type ERC721TokenOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

ERC721TokenOwnershipTransferred represents a OwnershipTransferred event raised by the ERC721Token contract.

type ERC721TokenOwnershipTransferredIterator

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

ERC721TokenOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the ERC721Token contract.

func (*ERC721TokenOwnershipTransferredIterator) Close

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

func (*ERC721TokenOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721TokenOwnershipTransferredIterator) Next

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

type ERC721TokenRaw

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

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

func (*ERC721TokenRaw) Call

func (_ERC721Token *ERC721TokenRaw) 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 (*ERC721TokenRaw) Transact

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

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

func (*ERC721TokenRaw) Transfer

func (_ERC721Token *ERC721TokenRaw) 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 ERC721TokenSession

type ERC721TokenSession struct {
	Contract     *ERC721Token      // 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
}

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

func (*ERC721TokenSession) Approve

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

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

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

func (*ERC721TokenSession) BalanceOf

func (_ERC721Token *ERC721TokenSession) BalanceOf(owner common.Address) (*big.Int, error)

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

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

func (*ERC721TokenSession) Burn

func (_ERC721Token *ERC721TokenSession) Burn(tokenOwner common.Address, tokenId *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address tokenOwner, uint256 tokenId) returns()

func (*ERC721TokenSession) GetApproved

func (_ERC721Token *ERC721TokenSession) GetApproved(tokenId *big.Int) (common.Address, error)

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

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

func (*ERC721TokenSession) IsApprovedForAll

func (_ERC721Token *ERC721TokenSession) IsApprovedForAll(owner common.Address, operator common.Address) (bool, error)

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

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

func (*ERC721TokenSession) Mint

func (_ERC721Token *ERC721TokenSession) Mint(to common.Address, tokenId *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

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

func (*ERC721TokenSession) Name

func (_ERC721Token *ERC721TokenSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*ERC721TokenSession) Owner

func (_ERC721Token *ERC721TokenSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*ERC721TokenSession) OwnerOf

func (_ERC721Token *ERC721TokenSession) OwnerOf(tokenId *big.Int) (common.Address, error)

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

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

func (*ERC721TokenSession) RenounceOwnership

func (_ERC721Token *ERC721TokenSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC721TokenSession) SafeTransferFrom

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

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

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

func (*ERC721TokenSession) SafeTransferFrom0

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

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

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

func (*ERC721TokenSession) SetApprovalForAll

func (_ERC721Token *ERC721TokenSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)

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

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

func (*ERC721TokenSession) SupportsInterface

func (_ERC721Token *ERC721TokenSession) 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 (*ERC721TokenSession) Symbol

func (_ERC721Token *ERC721TokenSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*ERC721TokenSession) TokenURI

func (_ERC721Token *ERC721TokenSession) TokenURI(tokenId *big.Int) (string, error)

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

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

func (*ERC721TokenSession) TransferFrom

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

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

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

func (*ERC721TokenSession) TransferOwnership

func (_ERC721Token *ERC721TokenSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type ERC721TokenTransactor

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

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

func NewERC721TokenTransactor

func NewERC721TokenTransactor(address common.Address, transactor bind.ContractTransactor) (*ERC721TokenTransactor, error)

NewERC721TokenTransactor creates a new write-only instance of ERC721Token, bound to a specific deployed contract.

func (*ERC721TokenTransactor) Approve

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

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

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

func (*ERC721TokenTransactor) Burn

func (_ERC721Token *ERC721TokenTransactor) Burn(opts *bind.TransactOpts, tokenOwner common.Address, tokenId *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address tokenOwner, uint256 tokenId) returns()

func (*ERC721TokenTransactor) Mint

func (_ERC721Token *ERC721TokenTransactor) Mint(opts *bind.TransactOpts, to common.Address, tokenId *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

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

func (*ERC721TokenTransactor) RenounceOwnership

func (_ERC721Token *ERC721TokenTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC721TokenTransactor) SafeTransferFrom

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

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

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

func (*ERC721TokenTransactor) SafeTransferFrom0

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

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

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

func (*ERC721TokenTransactor) SetApprovalForAll

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

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

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

func (*ERC721TokenTransactor) TransferFrom

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

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

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

func (*ERC721TokenTransactor) TransferOwnership

func (_ERC721Token *ERC721TokenTransactor) 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()

type ERC721TokenTransactorRaw

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

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

func (*ERC721TokenTransactorRaw) Transact

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

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

func (*ERC721TokenTransactorRaw) Transfer

func (_ERC721Token *ERC721TokenTransactorRaw) 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 ERC721TokenTransactorSession

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

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

func (*ERC721TokenTransactorSession) Approve

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

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

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

func (*ERC721TokenTransactorSession) Burn

func (_ERC721Token *ERC721TokenTransactorSession) Burn(tokenOwner common.Address, tokenId *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address tokenOwner, uint256 tokenId) returns()

func (*ERC721TokenTransactorSession) Mint

func (_ERC721Token *ERC721TokenTransactorSession) Mint(to common.Address, tokenId *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

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

func (*ERC721TokenTransactorSession) RenounceOwnership

func (_ERC721Token *ERC721TokenTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*ERC721TokenTransactorSession) SafeTransferFrom

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

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

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

func (*ERC721TokenTransactorSession) SafeTransferFrom0

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

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

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

func (*ERC721TokenTransactorSession) SetApprovalForAll

func (_ERC721Token *ERC721TokenTransactorSession) SetApprovalForAll(operator common.Address, approved bool) (*types.Transaction, error)

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

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

func (*ERC721TokenTransactorSession) TransferFrom

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

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

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

func (*ERC721TokenTransactorSession) TransferOwnership

func (_ERC721Token *ERC721TokenTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

type ERC721TokenTransfer

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

ERC721TokenTransfer represents a Transfer event raised by the ERC721Token contract.

type ERC721TokenTransferIterator

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

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

func (*ERC721TokenTransferIterator) Close

func (it *ERC721TokenTransferIterator) Close() error

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

func (*ERC721TokenTransferIterator) Error

func (it *ERC721TokenTransferIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*ERC721TokenTransferIterator) Next

func (it *ERC721TokenTransferIterator) 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 ParentTokenMessageTransmitterFacet

type ParentTokenMessageTransmitterFacet struct {
	ParentTokenMessageTransmitterFacetCaller     // Read-only binding to the contract
	ParentTokenMessageTransmitterFacetTransactor // Write-only binding to the contract
	ParentTokenMessageTransmitterFacetFilterer   // Log filterer for contract events
}

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

func NewParentTokenMessageTransmitterFacet

func NewParentTokenMessageTransmitterFacet(address common.Address, backend bind.ContractBackend) (*ParentTokenMessageTransmitterFacet, error)

NewParentTokenMessageTransmitterFacet creates a new instance of ParentTokenMessageTransmitterFacet, bound to a specific deployed contract.

type ParentTokenMessageTransmitterFacetCaller

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

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

func NewParentTokenMessageTransmitterFacetCaller

func NewParentTokenMessageTransmitterFacetCaller(address common.Address, caller bind.ContractCaller) (*ParentTokenMessageTransmitterFacetCaller, error)

NewParentTokenMessageTransmitterFacetCaller creates a new read-only instance of ParentTokenMessageTransmitterFacet, bound to a specific deployed contract.

type ParentTokenMessageTransmitterFacetCallerRaw

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

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

func (*ParentTokenMessageTransmitterFacetCallerRaw) Call

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetCallerRaw) 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 ParentTokenMessageTransmitterFacetCallerSession

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

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

type ParentTokenMessageTransmitterFacetFilterer

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

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

func NewParentTokenMessageTransmitterFacetFilterer

func NewParentTokenMessageTransmitterFacetFilterer(address common.Address, filterer bind.ContractFilterer) (*ParentTokenMessageTransmitterFacetFilterer, error)

NewParentTokenMessageTransmitterFacetFilterer creates a new log filterer instance of ParentTokenMessageTransmitterFacet, bound to a specific deployed contract.

type ParentTokenMessageTransmitterFacetRaw

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

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

func (*ParentTokenMessageTransmitterFacetRaw) Call

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetRaw) 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 (*ParentTokenMessageTransmitterFacetRaw) Transact

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

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

func (*ParentTokenMessageTransmitterFacetRaw) Transfer

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetRaw) 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 ParentTokenMessageTransmitterFacetSession

type ParentTokenMessageTransmitterFacetSession struct {
	Contract     *ParentTokenMessageTransmitterFacet // 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
}

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

func (*ParentTokenMessageTransmitterFacetSession) DepositERC1155Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetSession) DepositERC1155Token(tokenAddress common.Address, recipient common.Address, tokenIds []*big.Int, amounts []*big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC1155Token is a paid mutator transaction binding the contract method 0xdeb5fcdc.

Solidity: function depositERC1155Token(address tokenAddress, address recipient, uint256[] tokenIds, uint256[] amounts, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetSession) DepositERC20Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetSession) DepositERC20Token(tokenAddress common.Address, recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC20Token is a paid mutator transaction binding the contract method 0x156929f9.

Solidity: function depositERC20Token(address tokenAddress, address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetSession) DepositERC721Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetSession) DepositERC721Token(tokenAddress common.Address, recipient common.Address, tokenId *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC721Token is a paid mutator transaction binding the contract method 0x6c28888c.

Solidity: function depositERC721Token(address tokenAddress, address recipient, uint256 tokenId, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetSession) DepositETH

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetSession) DepositETH(recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositETH is a paid mutator transaction binding the contract method 0xce0b63ce.

Solidity: function depositETH(address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetSession) DepositRED

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetSession) DepositRED(recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositRED is a paid mutator transaction binding the contract method 0x06e2aa65.

Solidity: function depositRED(address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetSession) OnERC1155BatchReceived

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetSession) OnERC1155BatchReceived(arg0 common.Address, arg1 common.Address, arg2 []*big.Int, arg3 []*big.Int, arg4 []byte) (*types.Transaction, error)

OnERC1155BatchReceived is a paid mutator transaction binding the contract method 0xbc197c81.

Solidity: function onERC1155BatchReceived(address , address , uint256[] , uint256[] , bytes ) returns(bytes4)

func (*ParentTokenMessageTransmitterFacetSession) OnERC1155Received

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetSession) OnERC1155Received(arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 *big.Int, arg4 []byte) (*types.Transaction, error)

OnERC1155Received is a paid mutator transaction binding the contract method 0xf23a6e61.

Solidity: function onERC1155Received(address , address , uint256 , uint256 , bytes ) returns(bytes4)

func (*ParentTokenMessageTransmitterFacetSession) OnERC721Received

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetSession) OnERC721Received(arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 []byte) (*types.Transaction, error)

OnERC721Received is a paid mutator transaction binding the contract method 0x150b7a02.

Solidity: function onERC721Received(address , address , uint256 , bytes ) returns(bytes4)

type ParentTokenMessageTransmitterFacetTransactor

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

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

func NewParentTokenMessageTransmitterFacetTransactor

func NewParentTokenMessageTransmitterFacetTransactor(address common.Address, transactor bind.ContractTransactor) (*ParentTokenMessageTransmitterFacetTransactor, error)

NewParentTokenMessageTransmitterFacetTransactor creates a new write-only instance of ParentTokenMessageTransmitterFacet, bound to a specific deployed contract.

func (*ParentTokenMessageTransmitterFacetTransactor) DepositERC1155Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactor) DepositERC1155Token(opts *bind.TransactOpts, tokenAddress common.Address, recipient common.Address, tokenIds []*big.Int, amounts []*big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC1155Token is a paid mutator transaction binding the contract method 0xdeb5fcdc.

Solidity: function depositERC1155Token(address tokenAddress, address recipient, uint256[] tokenIds, uint256[] amounts, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactor) DepositERC20Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactor) DepositERC20Token(opts *bind.TransactOpts, tokenAddress common.Address, recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC20Token is a paid mutator transaction binding the contract method 0x156929f9.

Solidity: function depositERC20Token(address tokenAddress, address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactor) DepositERC721Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactor) DepositERC721Token(opts *bind.TransactOpts, tokenAddress common.Address, recipient common.Address, tokenId *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC721Token is a paid mutator transaction binding the contract method 0x6c28888c.

Solidity: function depositERC721Token(address tokenAddress, address recipient, uint256 tokenId, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactor) DepositETH

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactor) DepositETH(opts *bind.TransactOpts, recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositETH is a paid mutator transaction binding the contract method 0xce0b63ce.

Solidity: function depositETH(address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactor) DepositRED

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactor) DepositRED(opts *bind.TransactOpts, recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositRED is a paid mutator transaction binding the contract method 0x06e2aa65.

Solidity: function depositRED(address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactor) OnERC1155BatchReceived

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactor) OnERC1155BatchReceived(opts *bind.TransactOpts, arg0 common.Address, arg1 common.Address, arg2 []*big.Int, arg3 []*big.Int, arg4 []byte) (*types.Transaction, error)

OnERC1155BatchReceived is a paid mutator transaction binding the contract method 0xbc197c81.

Solidity: function onERC1155BatchReceived(address , address , uint256[] , uint256[] , bytes ) returns(bytes4)

func (*ParentTokenMessageTransmitterFacetTransactor) OnERC1155Received

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactor) OnERC1155Received(opts *bind.TransactOpts, arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 *big.Int, arg4 []byte) (*types.Transaction, error)

OnERC1155Received is a paid mutator transaction binding the contract method 0xf23a6e61.

Solidity: function onERC1155Received(address , address , uint256 , uint256 , bytes ) returns(bytes4)

func (*ParentTokenMessageTransmitterFacetTransactor) OnERC721Received

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactor) OnERC721Received(opts *bind.TransactOpts, arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 []byte) (*types.Transaction, error)

OnERC721Received is a paid mutator transaction binding the contract method 0x150b7a02.

Solidity: function onERC721Received(address , address , uint256 , bytes ) returns(bytes4)

type ParentTokenMessageTransmitterFacetTransactorRaw

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

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

func (*ParentTokenMessageTransmitterFacetTransactorRaw) Transact

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

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

func (*ParentTokenMessageTransmitterFacetTransactorRaw) Transfer

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorRaw) 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 ParentTokenMessageTransmitterFacetTransactorSession

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

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

func (*ParentTokenMessageTransmitterFacetTransactorSession) DepositERC1155Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorSession) DepositERC1155Token(tokenAddress common.Address, recipient common.Address, tokenIds []*big.Int, amounts []*big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC1155Token is a paid mutator transaction binding the contract method 0xdeb5fcdc.

Solidity: function depositERC1155Token(address tokenAddress, address recipient, uint256[] tokenIds, uint256[] amounts, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactorSession) DepositERC20Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorSession) DepositERC20Token(tokenAddress common.Address, recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC20Token is a paid mutator transaction binding the contract method 0x156929f9.

Solidity: function depositERC20Token(address tokenAddress, address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactorSession) DepositERC721Token

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorSession) DepositERC721Token(tokenAddress common.Address, recipient common.Address, tokenId *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositERC721Token is a paid mutator transaction binding the contract method 0x6c28888c.

Solidity: function depositERC721Token(address tokenAddress, address recipient, uint256 tokenId, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactorSession) DepositETH

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorSession) DepositETH(recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositETH is a paid mutator transaction binding the contract method 0xce0b63ce.

Solidity: function depositETH(address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactorSession) DepositRED

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorSession) DepositRED(recipient common.Address, amount *big.Int, gasLimit *big.Int) (*types.Transaction, error)

DepositRED is a paid mutator transaction binding the contract method 0x06e2aa65.

Solidity: function depositRED(address recipient, uint256 amount, uint256 gasLimit) payable returns()

func (*ParentTokenMessageTransmitterFacetTransactorSession) OnERC1155BatchReceived

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorSession) OnERC1155BatchReceived(arg0 common.Address, arg1 common.Address, arg2 []*big.Int, arg3 []*big.Int, arg4 []byte) (*types.Transaction, error)

OnERC1155BatchReceived is a paid mutator transaction binding the contract method 0xbc197c81.

Solidity: function onERC1155BatchReceived(address , address , uint256[] , uint256[] , bytes ) returns(bytes4)

func (*ParentTokenMessageTransmitterFacetTransactorSession) OnERC1155Received

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorSession) OnERC1155Received(arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 *big.Int, arg4 []byte) (*types.Transaction, error)

OnERC1155Received is a paid mutator transaction binding the contract method 0xf23a6e61.

Solidity: function onERC1155Received(address , address , uint256 , uint256 , bytes ) returns(bytes4)

func (*ParentTokenMessageTransmitterFacetTransactorSession) OnERC721Received

func (_ParentTokenMessageTransmitterFacet *ParentTokenMessageTransmitterFacetTransactorSession) OnERC721Received(arg0 common.Address, arg1 common.Address, arg2 *big.Int, arg3 []byte) (*types.Transaction, error)

OnERC721Received is a paid mutator transaction binding the contract method 0x150b7a02.

Solidity: function onERC721Received(address , address , uint256 , bytes ) returns(bytes4)

Jump to

Keyboard shortcuts

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