Chromesthesia: Ascend
Verified contract
Active on
Ethereum with 430 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 "Chromesthesia: Ascend"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309055 | 2 days ago | | | 0 | 0.0017246939 | |
| 20916479 | 2 months ago | | | 0 | 0.00072459471 | |
| 20746079 | 3 months ago | | | 0 | 0.000097699810 | |
| 20739352 | 3 months ago | | | 0 | 0.000091881183 | |
| 20711247 | 3 months ago | | | 0 | 0.000087870573 | |
| 20709366 | 3 months ago | | | 0 | 0.00010850803 | |
| 20672629 | 3 months ago | | | 0 | 0.00021099050 | |
| 20613364 | 3 months ago | | | 0 | 0.00018322930 | |
| 20612886 | 3 months ago | | | 0 | 0.00015461307 | |
| 20612815 | 3 months ago | | | 0 | 0.00022904467 |
ABI
ABI objects
Getter at block 21320082
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
https://meta.tonic.xyz/collections/chromesthesia-ascend
floorPrice() view returns (uint256)
50000000000000000
getClaimIneligibilityReason() view returns (string)
Not enough supply
isLive() view returns (bool)
true
maxSupply() view returns (uint256)
200
name() view returns (string)
Chromesthesia: Ascend
owner() view returns (address)
0xc9105f97f08748cfff7e72e65adb1f526b8906f7
price() view returns (uint256)
50000000000000000
remainingSupply() view returns (uint256)
0
startPrice() view returns (uint256)
500000000000000000
startsAt() view returns (uint256)
1675188000
symbol() view returns (string)
CA
totalSupply() view returns (uint256)
200
uriPrefix() view returns (string)
https://tonic.xyz/nfts/0xec09608BeE747Aa5538a90c1Aecb5c00Ed0840CB/
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, 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)
State-modifying
Events adminMint(address _to, uint256 quantity) payable
approve(address operator, uint256 tokenId)
publicMint(address _to) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setRoyalties(address reciever, uint96 feeNumerator)
setStartsAt(uint256 _startsAt)
setUriPrefix(string _prefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _to)
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(uint256 _startsAt, string _uriPrefix, string _contractURI)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)