Postereum 2
Verified contract
Active on
Ethereum with 1,383 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 "Postereum 2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012338 | 22 days ago | | | 0 | 0.00056902769 | |
| 21012338 | 22 days ago | | | 0 | 0.00054835460 | |
| 20935169 | a month ago | | | 0 | 0.0014095684 | |
| 20843109 | a month ago | | | 0 | 0.0010295662 | |
| 20843102 | a month ago | | | 0 | 0.0020073494 | |
| 20752264 | 2 months ago | | | 0 | 0.000040706936 | |
| 20752251 | 2 months ago | | | 0 | 0.000039353847 | |
| 20751736 | 2 months ago | | | 0 | 0.00011920148 | |
| 20751731 | 2 months ago | | | 0 | 0.00011394152 | |
| 20709383 | 2 months ago | | | 0 | 0.000037640524 |
ABI
ABI objects
Getter at block 21168558
baseURI() view returns (string)
isOwner() view returns (bool)
false
name() view returns (string)
Postereum 2
owner() view returns (address)
0xab9c1225662c7990a2f95c6fa1ee8c931d370c0e
symbol() view returns (string)
PEV2
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
mint(address to, uint256 tokenId)
mintMultiple(uint256 _tokenIdStart, address[] _owners)
redeem(uint256 index, uint256 tokenId, address owner, bytes32[] merkleProof) returns (uint256)
removeMinter(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseURI(string uri)
setRootHash(bytes32 rootHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string baseURI, address[] mintersWhitelist, bytes32 rootHash)
This contract contains no fallback and receive objects.
This contract contains no error objects.