Crea - Chronos
Verified contract
Active on
Ethereum with 101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($206.64)
Native
Value
$187.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.048744 | $3,847.84 |
$187.56 | |
WETH | ERC-20 | 0.00496 | $3,847.16 |
$19.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18901152 | a year ago | | | 0 | 0.00057616572 | |
| 18767313 | a year ago | | | 0 | 0.0024743635 | |
| 18767191 | a year ago | | | 0 | 0.0019238451 | |
| 18503111 | a year ago | | | 0 | 0.00075721659 | |
| 18384710 | a year ago | | | 0 | 0.00090799770 | |
| 18384348 | a year ago | | | 0 | 0.00034174932 | |
| 18381373 | a year ago | | | 0 | 0.0012638846 | |
| 18144983 | a year ago | | | 0 | 0.00049997885 | |
| 18102229 | a year ago | | | 0 | 0.00033462411 | |
| 17614085 | a year ago | | | 0 | 0.0021452743 |
ABI
ABI objects
Getter at block 21403407
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
ipfs://QmT6CzmEPtEbvZq1yLDfKXSVdKc7L7but62CQyGz27aCeg
isMetadataRevealed() view returns (bool)
true
name() view returns (string)
Crea - Chronos
owner() view returns (address)
0xa777e80b7a1ace2de8b8794879bd7890d4e06ce7
symbol() view returns (string)
CREACHRONOS
totalReleased() view returns (uint256)
5416000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
384
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getAuthorizedOperator(address _operator) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events airdropTokens(address[] owners, string[] variants)
approve(address operator, uint256 tokenId) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setAuthorizedOperator(address _operator, bool status)
setBaseURI(string uri)
setContractURI(string uri)
setMintState(bool _isMint)
setReveal(bool _isRevealed)
setRevealedBaseURI(string revealedBaseURI)
setRevealedBucketURI(string bucketURI)
setVariant(string variant, string seed, uint256 price, bool active)
teamMint(string[] variants)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateVariant(address tokenOwner, uint256 tokenId, string variant) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(address indexed _account)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(address indexed _account)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
IsRevealedBaseURI(address indexed _account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
SetOperator(address indexed operator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VariantUpdated(uint256 tokenId, string variant)
constructor(string name, string symbol, address[] _payees, uint256[] _shares)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotValidVariantProvided(string variant)
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()