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 "OKAY WTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16313282 | 2 years ago | | | 0 | 0.00048490309 | |
| 16245270 | 2 years ago | | | 0 | 0.0010449248 | |
| 16245243 | 2 years ago | | | 0 | 0.0013440069 | |
| 16236404 | 2 years ago | | | 0 | 0.00062244797 | |
| 16108697 | 2 years ago | | | 0 | 0.0011758636 | |
| 16102750 | 2 years ago | | | 0 | 0.00055224865 | |
| 15700157 | 2 years ago | | | 0 | 0.00026415642 | |
| 15525908 | 2 years ago | | | 0 | 0.00039977946 | |
| 15383665 | 2 years ago | | | 0 | 0.00029089552 | |
| 15267571 | 2 years ago | | | 0 | 0.00027618944 |
ABI
ABI objects
Getter at block 21384410
baseURI() view returns (string)
https://okaywtf.com/api/json/
mintRate() view returns (uint256)
10000000000000000
name() view returns (string)
OKAY WTF
owner() view returns (address)
0x9b44793debfd9d661c9d191f83f5d450d65bfced
symbol() view returns (string)
OKWTF
totalSupply() view returns (uint256)
4740
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) 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)
setMintRate(uint256 _mintRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause(bool _state)
withdraw() payable
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()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()