TransferProxy
Verified contract
Active on
Ethereum with 3 txns
Balances ($0.00)
No balances found for "TransferProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15452479 | 2 years ago | | | 0 | 0.0010939576 | |
| 15179380 | 2 years ago | | | 0 | 0.0010939576 | |
| 14099351 | 3 years ago | | | 0 | 0.0052223720 |
ABI
ABI objects
Getter at block 21171118
operator() view returns (address)
0x6712365e0e2734e55a4114b1d9f14289ac2d7892
owner() view returns (address)
0x372bfbd5e5f6f5efb72e3093cdc15c1fbbcb130c
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeOperator(address _operator) returns (bool)
erc1155mintAndTransfer(address token, address from, address to, uint256 tokenId, uint256 fee, uint256 supply, string tokenURI, uint256 qty, bytes data)
erc1155safeTransferFrom(address token, address from, address to, uint256 tokenId, uint256 value, bytes data)
erc20safeTransferFrom(address token, address from, address to, uint256 value)
erc721mintAndTransfer(address token, address from, address to, uint256 tokenId, uint256 fee, string tokenURI, bytes data)
erc721safeTransferFrom(address token, address from, address to, uint256 tokenId)
transferOwnership(address newOwner) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
operatorChanged(address indexed from, address indexed to)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.