Planet Magical
Verified contract
Active on
Ethereum with 543 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 "Planet Magical"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16141010 | 2 years ago | | | 0 | 0.00076560318 | |
| 16138360 | 2 years ago | | | 0 | 0.00068936548 | |
| 16138314 | 2 years ago | | | 0 | 0.00044662582 | |
| 16138288 | 2 years ago | | | 0 | 0.00062513496 | |
| 16138282 | 2 years ago | | | 0 | 0.00067806690 | |
| 16138272 | 2 years ago | | | 0 | 0.00062963355 | |
| 16138236 | 2 years ago | | | 0 | 0.00073904742 | |
| 16138235 | 2 years ago | | | 0 | 0.00079175989 | |
| 16138235 | 2 years ago | | | 0 | 0.00079175989 | |
| 16138235 | 2 years ago | | | 0 | 0.00079175989 |
ABI
ABI objects
Getter at block 21172303
BaseURI() view returns (string)
ipfs://bafybeicninyl6x6lwetivwirkxbwy5r7tdnbszj3udzjqtoh6wn5rdsw3e/
cost() view returns (uint256)
0
maxFound() view returns (uint256)
1
maxSupply() view returns (uint256)
500
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Planet Magical
owner() view returns (address)
0xdd6c238396be8f9f4f942a8cf1e93bd38e1a0fdd
symbol() view returns (string)
PM
totalSupply() view returns (uint256)
500
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
foundCount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
found(uint256 _foundAmount) payable
published(uint256 _foundAmount)
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)
setCost(uint256 _cost)
setFoundMint(uint256 _maxFound)
setMerkleRoot(bytes32 _merkleRoot)
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()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()