Etholvants
Verified contract
Active on
Ethereum with 9,333 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($20,969.04)
Native
Value
$20,969.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.52 | $3,216.11 |
$20,969.04 | |
ETHOL | ERC-721 | 1 | -- | -- | |
ETHOL | ERC-721 | 1 | -- | -- | |
ETHOL | ERC-721 | 1 | -- | -- | |
ETHOL | ERC-721 | 1 | -- | -- | |
ETHOL | ERC-721 | 1 | -- | -- | |
ETHOL | ERC-721 | 1 | -- | -- | |
ETHOL | ERC-721 | 1 | -- | -- | |
ETHOL | ERC-721 | 1 | -- | -- | |
ETHOL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157906 | 2 hours ago | | | 0 | 0.0016004555 | |
| 21156885 | 6 hours ago | | | 0.01 | 0.0075864991 | |
| 21129990 | 4 days ago | | | 0 | 0.00077801621 | |
| 21123543 | 5 days ago | | | 0 | 0.00055659279 | |
| 21112664 | 6 days ago | | | 0 | 0.0017682605 | |
| 21112607 | 6 days ago | | | 0 | 0.0013827198 | |
| 21112594 | 6 days ago | | | 0.01 | 0.00083031052 | |
| 21112502 | 6 days ago | | | 0 | 0.0011937987 | |
| 21102684 | 8 days ago | | | 0 | 0.00011381990 | |
| 21099571 | 8 days ago | | | 0 | 0.00022595875 |
ABI
ABI objects
Getter at block 21158538
BASE_GROWTH_RATE() view returns (uint256)
2
MAX_MINT_PER_TX() view returns (uint256)
14
MAX_SUPPLY() view returns (uint256)
10000
MINT_COST() view returns (uint256)
24000000000000000
burnedWithCombine() view returns (uint256)
2382
getStats() view returns (uint256, uint256, uint256, uint256)
(10000, 6079, 2382, 8442)
initMintCount() view returns (uint256)
10000
injectionContract() view returns (address)
0xa6310c39faa5e21cc29c4b283c6cd4ef51c00d21
injectionContractLocked() view returns (bool)
false
mintPaused() view returns (bool)
false
name() view returns (string)
Etholvants
nextId() view returns (uint256)
10824
owner() view returns (address)
0x04c8b14ee911a42eb413b1b380a57af164f33f30
symbol() view returns (string)
ETHOL
totalStaked() view returns (uint256)
6079
totalSupply() view returns (uint256)
8442
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCellPositions(uint256 tokenId, uint256 cursor, uint256 limit) view returns (uint256, uint256[])
getCellPositionsCustom(bytes32 seed, uint256 numCells, uint256 width, uint256 height, uint256 cursor, uint256 limit) pure returns (uint256, uint256[])
getNumCells(uint256 tokenId) view returns (uint256)
getRealOwner(uint256 tokenId) view returns (address)
getSize(uint256 numCells) pure returns (uint256)
getStakedTokens(address staker) view returns (uint256[])
getTokenData(uint256 tokenId) view returns (bytes32, uint256, uint256, uint256)
getTokensOfOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stakedTokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
stakerToTokens(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenToGrowthBoost(uint256) view returns (uint256)
tokenToSeed(uint256) view returns (bytes32)
tokenToStakeTime(uint256) view returns (uint256)
tokenToStaker(uint256) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
combine(uint256[] tokenIds)
injectBooster(uint256 tokenId, uint256 boostAmount)
lockInjectionContract()
mint(uint256 quantity) payable
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setInjectionContract(address contractAddr)
stake(uint256[] tokenIds)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds) payable
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.