Crea - Genesis
Verified contract
Active on
Ethereum with 1,020 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($4.99)
Native
Value
$4.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002062 | $2,421.82 |
$4.99 | |
WETH | ERC-20 | 0 | $2,422.84 |
$0 | |
ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20587408 | 2 months ago | | | 0 | 0.000022102320 | |
| 20558434 | 3 months ago | | | 0 | 0.000024757736 | |
| 20547678 | 3 months ago | | | 0 | 0.000032486560 | |
| 20183909 | 4 months ago | | | 0 | 0.00073386623 | |
| 20183773 | 4 months ago | | | 0 | 0.00058581152 | |
| 19872773 | 6 months ago | | | 0 | 0.00021620077 | |
| 18961673 | 10 months ago | | | 0 | 0.00072434885 | |
| 18938440 | 10 months ago | | | 0 | 0.00090684024 | |
| 18904473 | 10 months ago | | | 0 | 0.00058566031 | |
| 18847188 | 10 months ago | | | 0 | 0.00094009776 |
ABI
ABI objects
Getter at block 21116022
allowListPrice() view returns (uint256)
80000000000000000
contractURI() view returns (string)
ipfs://Qmbgoaaq1oGbJCokwJZJnpBh6uN67xvvyVUyZerJGSWgoP
isAllowListMintActive() view returns (bool)
false
isMetadataRevealed() view returns (bool)
true
isPublicMintActive() view returns (bool)
false
name() view returns (string)
Crea - Genesis
owner() view returns (address)
0xa777e80b7a1ace2de8b8794879bd7890d4e06ce7
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
CREAGENESIS
totalMaxSupply() view returns (uint256)
700
totalReleased() view returns (uint256)
63097248569992000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
700
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)
isAllowListMinted(address allowListed, bytes _signature) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
maxMintLeft(address owner) view returns (uint256)
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)
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 allowListMint(string[] variants, bytes signature) payable
approve(address to, uint256 tokenId)
publicMint(string[] variants) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setMintState(bool allowList, bool publicList)
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)
transferOwnership(address newOwner)
updateMaxPerwallet(uint256 max, bool mintState)
updateVariant(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)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
NotValidVariantProvided(string variant)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()