Paradise Trippies Treasure Chests
Verified contract
Active on
Ethereum with 495 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Paradise Trippies Treasure Chests"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20867417 | 3 months ago | | | 0 | 0.00031004337 | |
| 20716219 | 3 months ago | | | 0 | 0.00022156542 | |
| 19854780 | 7 months ago | | | 0 | 0.00020392543 | |
| 19535092 | 9 months ago | | | 0 | 0.00093528377 | |
| 18804385 | a year ago | | | 0 | 0.00073927518 | |
| 18734729 | a year ago | | | 0 | 0.00097023994 | |
| 18706457 | a year ago | | | 0 | 0.0014564428 | |
| 18661850 | a year ago | | | 0 | 0.0012506655 | |
| 18045337 | a year ago | | | 0 | 0.00044114667 | |
| 18022433 | a year ago | | | 0 | 0.00090076327 |
ABI
ABI objects
Getter at block 21431203
ERC712_VERSION() view returns (string)
1
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x8b9c10c76adf40fc7ad1662db5ddcb042be5c106b691a3f3feb4198944800405
name() view returns (string)
Paradise Trippies Treasure Chests
owner() view returns (address)
0xe17f1ec3916df923be2882f22fa4e6e85265d4f9
symbol() view returns (string)
TRIPPYLOOT
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
creators(uint256) view returns (address)
exists(uint256 _id) view returns (bool)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events airdrop(address[] _addrs, uint256 _quantity, uint256 _id)
batchMint(address _to, uint256[] _ids, uint256[] _quantities, bytes _data)
create(address _initialOwner, uint256 _id, uint256 _initialSupply, string _uri, bytes _data) returns (uint256)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCreator(address _to, uint256[] _ids)
setCustomURI(uint256 _tokenId, string _newURI)
setURI(string _newURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.