CULTIVATE - SORCE VIAL [POWERED]
Verified contract
Active on
Ethereum with 11,860 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 "CULTIVATE - SORCE VIAL [POWERED]"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103621 | 15 days ago | | | 0 | 0.000096608000 | |
| 20908704 | a month ago | | | 0 | 0.00024819860 | |
| 20866291 | 2 months ago | | | 0 | 0.00042259285 | |
| 20856409 | 2 months ago | | | 0 | 0.00016644320 | |
| 20602993 | 3 months ago | | | 0 | 0.000045956221 | |
| 20601064 | 3 months ago | | | 0 | 0.000083663329 | |
| 20591591 | 3 months ago | | | 0 | 0.000039173021 | |
| 20577185 | 3 months ago | | | 0 | 0.000039158250 | |
| 20524131 | 3 months ago | | | 0 | 0.000033525528 | |
| 20319212 | 4 months ago | | | 0 | 0.00021268139 |
ABI
ABI objects
Getter at block 21214090 getMintList() view returns (struct SorceCult1vator[])
merkleRoot() view returns (bytes32)
0x6bfa64369a37be029c9e142b16c53754164485a08021503def3807070b2c3457
name() view returns (string)
CULTIVATE - SORCE VIAL [POWERED]
owner() view returns (address)
0x04d0d24c72f9a95026a37389eea64d2df1f2239b
symbol() view returns (string)
SORCE
totalSupply() view returns (uint256)
2914
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 quantity)
allowlistMint(uint16 quantity, bytes32[] merkleProof, uint16 allocation)
approve(address to, uint256 tokenId) payable
batchMigration(uint256[] tokenIds) payable
migrateToken(uint256 tokenId) payable
renounceOwnership()
retrieveFunds()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBankWallet(address addr)
setBaseURI(string baseURI)
setDr1verContract(address contractAddress)
setMerkleRoot(bytes32 root)
toggleMigration()
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()