Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "POPEYE"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101358 | 12 days ago | | | 0 | 0.00036556689 | |
| 20573157 | 3 months ago | | | 0 | 0.000040384517 | |
| 17130350 | 2 years ago | | | 0 | 0.0031399946 | |
| 17130327 | 2 years ago | | | 0 | 0.0019212333 | |
| 17130285 | 2 years ago | | | 0 | 0.0017119952 | |
| 17129946 | 2 years ago | | | 0 | 0.0016852653 | |
| 17121400 | 2 years ago | | | 0 | 0.0036732374 | |
| 17117468 | 2 years ago | | | 0 | 0.0043402660 | |
| 17086551 | 2 years ago | | | 0 | 0.0047138969 | |
| 16873032 | 2 years ago | | | 0 | 0.00058315451 |
ABI
ABI objects
Getter at block 21189647
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PAYMENT_ADDRESS() view returns (address)
0x09cb88b510131bc4a8b21229d33a900c03232d56
contractURI() pure returns (string)
https://ipfs.madworld.io/popeye/metadata.json
name() view returns (string)
POPEYE
owner() view returns (address)
0x246cd0529fc31ecc5bde42019b17322b11e2c73b
symbol() view returns (string)
POPEYE
totalSupply() view returns (uint256)
2000
Read-only
_drop(uint256) view returns (uint8 status, uint256 initTokenId, uint256 totalNum, uint256 maxPreWallet, uint256 maxPreWhiteList, bytes32 whiteListProofRoot, uint256 tokenCounter)
_redeemAddress(uint256) view returns (bytes32)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRedeemAddress(uint256 _tokenId) view returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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 addDrop(uint8 status, uint256 initTokenId, uint256 totalNum, uint256 maxPreWallet, uint256 maxPreWhiteList, bytes32 whiteListProofRoot)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy(struct POPEYEPurchase data, uint8 v, bytes32 r, bytes32 s) payable
grantRole(bytes32 role, address account)
redeemToken(uint256 _tokenId, bytes32 _addressId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(uint8 dropId, address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRoot(uint8 dropId, bytes32 whiteListProofRoot)
setStatus(uint8 dropId, uint8 status)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenRedeemed(uint256 tokenId, bytes32 addressId)
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.