Meta Penguin Island
Verified contract
Active on
Ethereum with 6,819 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 "Meta Penguin Island"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097725 | 9 days ago | | | 0 | 0.00019901183 | |
| 21095890 | 9 days ago | | | 0 | 0.00013582252 | |
| 21095889 | 9 days ago | | | 0 | 0.00022587394 | |
| 21060884 | 14 days ago | | | 0 | 0.00025877630 | |
| 21011871 | 21 days ago | | | 0 | 0.00028791546 | |
| 20954047 | a month ago | | | 0 | 0.00036717778 | |
| 20906441 | a month ago | | | 0 | 0.00054427589 | |
| 20906397 | a month ago | | | 0 | 0.00043701694 | |
| 20899861 | a month ago | | | 0 | 0.00032647198 | |
| 20848040 | a month ago | | | 0 | 0.00022992082 |
ABI
ABI objects
Getter at block 21160112
adminMintCount() view returns (uint256)
89
maxAdminMint() view returns (uint256)
100
maxTotalSupply() view returns (uint256)
8888
name() view returns (string)
Meta Penguin Island
nextId() view returns (uint256)
3582
owner() view returns (address)
0x38d27553c6ba5e93f7421361bcb4741caf85dea0
price() view returns (uint256)
240000000000000000
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
MPI
totalSupply() view returns (uint256)
3581
Read-only
balanceOf(address owner) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminBuy(address _to, bool _amount)
approve(address to, uint256 tokenId)
buy(bool _amount, uint256 _startTime, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setRoot(bytes32 _newRoot)
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.
This contract contains no error objects.