ElementHolderVault
Verified contract
Active on
Ethereum with 2,173 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($250,732.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELMNT | ERC-20 | 381.052181B | $0.000001 |
$250,732.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249446 | a few seconds ago | | | 0 | 0.00082493837 | |
| 21248804 | 2 hours ago | | | 0 | 0.0035985158 | |
| 21248201 | 4 hours ago | | | 0 | 0.0020211600 | |
| 21246132 | 11 hours ago | | | 0 | 0.0083837447 | |
| 21245993 | 12 hours ago | | | 0 | 0.013357692 | |
| 21244507 | 17 hours ago | | | 0 | 0.0026352602 | |
| 21242458 | a day ago | | | 0 | 0.0028149478 | |
| 21242438 | a day ago | | | 0 | 0.0018513818 | |
| 21241162 | a day ago | | | 0 | 0.0023907411 | |
| 21239853 | a day ago | | | 0 | 0.00080972884 |
ABI
ABI objects
Getter at block 21249446
E280() view returns (address)
0xe9a53c43a0b58706e67341c4055de861e29ee943
E280_NFT() view returns (address)
0x7f090d101936008a26bf1f0a22a5f92fc0cf46c9
currentCycle() view returns (uint256)
6
devWallet() view returns (address)
0x47e126330f9ef54fc9ce64a672166c974a17abde
getNextCyclePool() view returns (uint256)
37554204690331017329360091559
getNextCycleTime() view returns (uint256)
1732453271
minCyclePool() view returns (uint256)
1000000
owner() view returns (address)
0xcb9ecf72ea9dbc0a5bbc1061335f7ec12a334161
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalE280Burned() view returns (uint256)
334228598221458315290441438597
totalRewadsPaid() view returns (uint256)
1424613567165363546691287863736
totalRewardPool() view returns (uint256)
1768116654522868437147659766868
treasury() view returns (address)
0x15e5b9b9adf208cc7ca3ae1e6a49506eb5f397dd
Read-only
claimed(address user) view returns (uint256)
claimedCycles(uint256 tokenId) view returns (uint256)
cycles(uint256 id) view returns (uint256 timestamp, uint256 tokensPerMultiplier)
getRewards(uint256[] tokenIds, address account) view returns (bool[] availability, uint256 totalReward)
State-modifying
Events acceptOwnership()
claimRewards(uint256[] tokenIds)
renounceOwnership()
setMinCyclePool(uint256 limit)
setTreasury(address _address)
transferOwnership(address newOwner)
updateCycle()
CycleUpdated()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _E280, address _E280_NFT, address _owner, address _devWallet, address _treasury, uint256 _minCyclePool)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)