Cabu Cats
Verified contract
Active on
Ethereum with 865 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($172.71)
Native
Value
$172.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.044 | $3,925.32 |
$172.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20202279 | 5 months ago | | | 0 | 0.000069738474 | |
| 19547262 | 8 months ago | | | 0 | 0.00090523481 | |
| 19381482 | 9 months ago | | | 0 | 0.0012512808 | |
| 18910362 | a year ago | | | 0 | 0.00046249503 | |
| 18909547 | a year ago | | | 0 | 0.00047635120 | |
| 17968737 | a year ago | | | 0 | 0.00078020772 | |
| 17964793 | a year ago | | | 0 | 0.0015339319 | |
| 17030702 | 2 years ago | | | 0 | 0.0010025408 | |
| 16692718 | 2 years ago | | | 0 | 0.0024319137 | |
| 16627651 | 2 years ago | | | 0 | 0.00057881824 |
ABI
ABI objects
Getter at block 21385536
MAX_CATS() view returns (uint256)
8888
MAX_PER_MINT() view returns (uint256)
7
PRESALE_CATS_PER_WALLET() view returns (uint256)
3
RESERVED_CATS_AVAILABLE() view returns (uint256)
1
mintPrice() view returns (uint256)
40000000000000000
name() view returns (string)
Cabu Cats
owner() view returns (address)
0xa2c06202861105168e99da7f3ff5bc655ce16707
presaleIsOpen() view returns (bool)
true
revealed() view returns (bool)
true
saleIsOpen() view returns (bool)
true
symbol() view returns (string)
CABU
totalReleased() view returns (uint256)
5886000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
728
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
gift(address to, uint256 numberOfTokens)
mintCats(uint256 numberOfTokens) payable
preSale(uint256 numberOfTokens, bytes32 hash, bytes signature) payable
release(address account)
release(address token, address account)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setSigner(address _newSigner)
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] payees, uint256[] shares, string initBaseURI, address signerAddress)
receive()
This contract contains no error objects.