Cascade
Verified contract
Active on
Ethereum with 2,437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($369.18)
Native
Value
$369.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,691.81 |
$369.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307548 | 9 hours ago | | | 0 | 0.00026806055 | |
| 21307408 | 9 hours ago | | | 0 | 0.00026826677 | |
| 21305741 | 15 hours ago | | | 0 | 0.00023842980 | |
| 21287375 | 3 days ago | | | 0 | 0.00050759973 | |
| 21256102 | 8 days ago | | | 0 | 0.00038401347 | |
| 20371608 | 4 months ago | | | 0 | 0.00025395630 | |
| 20128954 | 5 months ago | | | 0 | 0.00027901358 | |
| 20111209 | 5 months ago | | | 0 | 0.00019366185 | |
| 20033795 | 6 months ago | | | 0 | 0.0010299461 | |
| 19864964 | 7 months ago | | | 0 | 0.000090920930 |
ABI
ABI objects
Getter at block 21310223
MAX_MINT() view returns (uint256)
1000
baseURI() view returns (string)
https://tinkrng.mypinata.cloud/ipfs/QmUBCFkXsVXHv4BuxXWFZNyPsiQEpJFaYenoYg6FbCpAD6/
contractURI() view returns (string)
https://tinkrng.mypinata.cloud/ipfs/QmWZJtDG18DzGMC5o714SMGEhRnMmz8PMzfwAPveXM6wsK
maxMintAmountFoundation() view returns (uint256)
6
metadataURI() view returns (string)
https://tinkrng.mypinata.cloud/ipfs/QmWZJtDG18DzGMC5o714SMGEhRnMmz8PMzfwAPveXM6wsK
mintPrice() view returns (uint256)
100000000000000000
name() view returns (string)
Cascade
owner() view returns (address)
0x79cbb135ab3bb4df1abd0cd64fb0c3fef39c3681
state() view returns (uint8)
0
symbol() view returns (string)
CAS
totalSupply() view returns (uint256)
1000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintFoundation(uint256 quantity) payable
mintFree() payable
mintPublic() payable
mintWhitelist(bytes32[] _whitelistProof) 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)
setMetadataURI(string _newMetadataURI)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _to, uint256 _amount)
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.
This contract contains no error objects.