Okey TrippinAPE
Verified contract
Active on
Ethereum with 700 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 "Okey TrippinAPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14846573 | 2 years ago | | | 0 | 0.0020533071 | |
| 14841461 | 2 years ago | | | 0 | 0.00088893000 | |
| 14841457 | 2 years ago | | | 0 | 0.00086336572 | |
| 14841158 | 2 years ago | | | 0 | 0.00074131010 | |
| 14841157 | 2 years ago | | | 0 | 0.00076155212 | |
| 14840887 | 2 years ago | | | 0 | 0.00085430700 | |
| 14840701 | 2 years ago | | | 0 | 0.00036993575 | |
| 14840701 | 2 years ago | | | 0 | 0.00036993575 | |
| 14840701 | 2 years ago | | | 0 | 0.00036993575 | |
| 14840701 | 2 years ago | | | 0 | 0.00036993575 |
ABI
ABI objects
Getter at block 21096616
FREE_SUPPLY() view returns (uint256)
1616
baseURI() view returns (string)
name() view returns (string)
Okey TrippinAPE
owner() view returns (address)
0xd6f8e0507ef225ae2a83b2a4cb18d5354cdbb47f
stage() view returns (uint8)
1
symbol() view returns (string)
OTAPE
totalSupply() view returns (uint256)
665
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)
freeMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _extension)
setBaseURI(string _newBaseURI)
setStage(uint8 _stage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
StageChanged(uint8 from, uint8 to)
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()