OnChain Cat
Verified contract
Active on
Ethereum with 2,525 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 "OnChain Cat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884380 | a month ago | | | 0 | 0.00036058903 | |
| 20759391 | 2 months ago | | | 0 | 0.000067821540 | |
| 20344404 | 4 months ago | | | 0 | 0.00017497152 | |
| 19717012 | 7 months ago | | | 0 | 0.00023649472 | |
| 18923125 | 10 months ago | | | 0 | 0.00035711451 | |
| 18774680 | a year ago | | | 0 | 0.0019530097 | |
| 18573849 | a year ago | | | 0 | 0.0014807170 | |
| 17362587 | a year ago | | | 0 | 0.00061921279 | |
| 17185071 | 2 years ago | | | 0 | 0.0023691449 | |
| 16733300 | 2 years ago | | | 0 | 0.00057634130 |
ABI
ABI objects
Getter at block 21167294
contractURI() pure returns (string)
https://mw9spidhbc.execute-api.us-east-1.amazonaws.com/dev/contract/on-chain-cat
getCost() view returns (uint256)
50000000000000000
getCurrentSupply() view returns (uint256)
9499
getMintStatus() view returns (bool)
true
name() view returns (string)
OnChain Cat
owner() view returns (address)
0xa38500995ae3a13eddaef6698e9abd07d126f136
symbol() view returns (string)
OCC
totalSupply() view returns (uint256)
9500
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 allowPublicMint()
approve(address to, uint256 tokenId)
denyPublicMint()
mintTokens(address[] recipients) payable
mintTokens(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 cost)
setMaxSupply(uint256 max)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string tokenName, string symbol, uint256 cost, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.