TrippyPlanets
Verified contract
Active on
Ethereum with 283 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 "TrippyPlanets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14514488 | 3 years ago | | | 0 | 0.0041936635 | |
| 14444263 | 3 years ago | | | 0 | 0.0020391332 | |
| 14423232 | 3 years ago | | | 0 | 0.00079413672 | |
| 14411882 | 3 years ago | | | 0 | 0.0027910698 | |
| 14407079 | 3 years ago | | | 0 | 0.0014038938 | |
| 14407000 | 3 years ago | | | 0 | 0.0010393478 | |
| 14407000 | 3 years ago | | | 0 | 0.0011782680 | |
| 14406991 | 3 years ago | | | 0 | 0.0037202534 | |
| 14406968 | 3 years ago | | | 0 | 0.0021249892 | |
| 14406968 | 3 years ago | | | 0 | 0.0021249892 |
ABI
ABI objects
Getter at block 21258780
MAX_PER_TX() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
220
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmSnATmLyLMptem9kDA2hf57de9RS2MeA4dYmxiEXS1zEq/
contractURI() view returns (string)
ipfs://QmP2fwjrazPc3xkJt4nzUzLrbnRDpGXbNBUZWshjU1fWVa
name() view returns (string)
TrippyPlanets
owner() view returns (address)
0x5d81691dbedbd2542b8d6723c6fa8c0f7bbb68bc
paused() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
TP
totalSupply() view returns (uint256)
220
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setupOS()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()