Ocat Token
Verified contract
Active on
Ethereum with 3,044 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 "Ocat Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19861953 | 7 months ago | | | 0 | 0.00054505419 | |
| 19430168 | 9 months ago | | | 0 | 0.0012845731 | |
| 19430165 | 9 months ago | | | 0 | 0.0022317520 | |
| 19215847 | 10 months ago | | | 0 | 0.0025090922 | |
| 18926475 | a year ago | | | 0 | 0.00061659711 | |
| 18797933 | a year ago | | | 0 | 0.0018809947 | |
| 18718372 | a year ago | | | 0 | 0.0019826169 | |
| 18310386 | a year ago | | | 0 | 0.00017494091 | |
| 18173908 | a year ago | | | 0 | 0.00054437644 | |
| 17100132 | 2 years ago | | | 0 | 0.0013340932 |
ABI
ABI objects
Getter at block 21385080
isMintOn() view returns (bool)
false
name() view returns (string)
Ocat Token
nowPage() view returns (uint256)
7
owner() view returns (address)
0xecbe152ec4e7c6e083f5f5518d2825a92e79ce82
repoAddress() view returns (address)
0xef42dd48940e6e352410f1fd62b17267a8cfaf33
symbol() view returns (string)
Ocat
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNowPageConfig(uint256 page) view returns (uint256, uint256, uint256, uint256)
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 OcatMint(uint256 salt, bytes signature)
_setGlobalConfig(uint256 PageID, struct OcatGlobalConfigItem configData)
airdropMint(address[] tos)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(uint256 PageID, string baseURI)
startNewPage(uint256 PageID)
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()
This contract contains no fallback and receive objects.
InvalidSignature()