CULTIVATE | DR1VER GENESIS
Verified contract
Active on
Ethereum with 1,251 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "CULTIVATE | DR1VER GENESIS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103498 | 16 days ago | | | 0 | 0.000090184662 | |
| 21102157 | 16 days ago | | | 0 | 0.00030322715 | |
| 21099033 | 16 days ago | | | 0 | 0.00019510207 | |
| 21009916 | a month ago | | | 0 | 0.00038800008 | |
| 20958144 | a month ago | | | 0 | 0.00048885946 | |
| 20890143 | a month ago | | | 0 | 0.00015099361 | |
| 20667435 | 2 months ago | | | 0 | 0.000063939250 | |
| 20667190 | 2 months ago | | | 0 | 0.000035597485 | |
| 20667186 | 2 months ago | | | 0 | 0.000064408677 | |
| 20632049 | 3 months ago | | | 0 | 0.000029170406 |
ABI
ABI objects
Getter at block 21214579
contractURI() pure returns (string)
https://dr1ver.cult1vate.com/opensea
name() view returns (string)
CULTIVATE | DR1VER GENESIS
owner() view returns (address)
0x04d0d24c72f9a95026a37389eea64d2df1f2239b
paused() view returns (bool)
false
price() view returns (uint256)
50000000000000000
stakingOpen() view returns (bool)
false
symbol() view returns (string)
DR1VER
totalSupply() view returns (uint256)
3554
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEnhancements(uint256 tokenId) view returns (struct Dr1verEnhancement[] enhancements)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stakingPeriod(uint256 tokenId) view returns (bool isStaked, uint256 current, uint256 total)
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)
enhanceToken(uint256 tokenId, address enhancementContract, uint256 enhancementTokenId)
mintTransfer(address to) payable
ownerMint(address[] addresses, uint256[] airdropAmount)
pause()
removeEnhancement(uint256 tokenId, address enhancementContractToRemove, uint256 enhancementIdToRemove)
renounceOwnership()
resetToken(uint256 tokenId)
retrieveFunds()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setApproved(address approved)
setAuthorizedEnhancementContract(address enhancementContract, bool allowed)
setBankWallet(address addr)
setBaseURI(string baseURI)
setGenesisSorceAddress(address newAddress)
setPrice(uint256 newPrice)
setSorceAddress(address newAddress)
setStakingOpen(bool open)
toggleStaking(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.