Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.94)
Native
Value
$9.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.003 | $3,314.94 |
$9.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22668371 | 2 days ago | | | 0 | 2.2819875e-7 | |
| 22256211 | 12 days ago | | | 0 | 2.6270996e-7 | |
| 21998342 | 18 days ago | | | 0 | 2.3361834e-7 | |
| 21998324 | 18 days ago | | | 0 | 2.9625784e-7 | |
| 21998278 | 18 days ago | | | 0 | 0.000000303404395440 | |
| 21997719 | 18 days ago | | | 0 | 3.8526884e-7 | |
| 21997710 | 18 days ago | | | 0 | 0.000000303714870825 | |
| 21805365 | 22 days ago | | | 0 | 4.3000404e-7 | |
| 21767124 | 23 days ago | | | 0 | 4.3879352e-7 | |
| 21766040 | 23 days ago | | | 0 | 4.6148045e-7 |
ABI
ABI objects
Getter at block 22763438
COST() view returns (uint256)
500000000000000
MAX_FREE_MINT_PER_WALLET() view returns (uint256)
1
WITHDRAW_ADDRESS() view returns (address)
0x6a8f07700caf7d76ba3ef4e8c8d0674894587877
mintEnded() view returns (bool)
false
name() view returns (string)
KAZO Pill
owner() view returns (address)
0x6a8f07700caf7d76ba3ef4e8c8d0674894587877
symbol() view returns (string)
PILL
totalSupply() view returns (uint256)
14939
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isRed(uint256 tokenId) view returns (bool isRed)
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) payable
freeMint()
mint(uint256 quantity) payable
modifyMint(bool _status)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _cost, uint256 _freeMint, address _withdrawAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()