TransferProxy
Verified contract
Active on
Ethereum with 2 txns
Balances ($0.00)
No balances found for "TransferProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14397865 | 3 years ago | | | 0 | 0.0010299883 | |
| 14345557 | 3 years ago | | | 0 | 0.00086874735 |
ABI
ABI objects
Getter at block 21216771
operator() view returns (address)
0xb5f490dda0575ed8231a1c4b679bacdf896c470a
owner() view returns (address)
0x37e3f327adf15de0c7a07210116993d727e2a3e4
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeOperator(address _operator) returns (bool)
erc1155mint(address token, address from, string tokenURI, address[] royalty, uint256[] royaltyFee, uint256 supply)
erc1155mintAndTransfer(address token, address from, address to, address[] _royaltyAddress, uint256[] _royaltyfee, 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)
erc721mint(address token, address from, string tokenURI, address[] royalty, uint256[] royaltyFee)
erc721mintAndTransfer(address token, address from, address to, address[] _royaltyAddress, uint256[] _royaltyfee, 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.