Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($788.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.234896 | $3,357.85 |
$788.75 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000786 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000788 |
$0 | |
esFORT | ERC-20 | 4.085412M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
CATINB | ERC-20 | 111 | -- | -- | |
BABYBASE | ERC-20 | 111 | -- | -- | |
BIU BULL | ERC-20 | 99 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22214932 | 12 days ago | | | 0 | 7.1398374e-7 | |
| 21899345 | 20 days ago | | | 0 | 4.7850360e-7 | |
| 21102128 | a month ago | | | 0 | 0.000067391043 | |
| 21080528 | a month ago | | | 0 | 0.000067391043 | |
| 21058928 | a month ago | | | 0 | 0.000067391043 | |
| 21037328 | a month ago | | | 0 | 0.000067391043 | |
| 21015728 | a month ago | | | 0 | 0.000067391043 | |
| 20994127 | a month ago | | | 0 | 0.000067306646 | |
| 20972528 | a month ago | | | 0 | 0.000067391043 | |
| 20950928 | a month ago | | | 0 | 0.000067308461 |
ABI
ABI objects
Getter at block 22745017
DEFAULT_CYCLE_DIVIDENDS_PERCENT() view returns (uint256)
100
MAX_CYCLE_DIVIDENDS_PERCENT() view returns (uint256)
10000
MAX_DISTRIBUTED_TOKENS() view returns (uint256)
10
MIN_CYCLE_DIVIDENDS_PERCENT() view returns (uint256)
1
currentCycleStartTime() view returns (uint256)
1730304000
cycleDurationSeconds() view returns (uint256)
604800
distributedTokensLength() view returns (uint256)
2
nextCycleStartTime() view returns (uint256)
1730908800
owner() view returns (address)
0xef48e77174c6e7f7357190a0b84e8d29d2983d65
totalAllocation() view returns (uint256)
3826095652842207073572834
xGrailToken() view returns (address)
0xb1bd114648ac22d21d7f2bff63d629c1bb666d09
Read-only
distributedToken(uint256 index) view returns (address)
dividendsInfo(address) view returns (uint256 currentDistributionAmount, uint256 currentCycleDistributedAmount, uint256 pendingAmount, uint256 distributedAmount, uint256 accDividendsPerShare, uint256 lastUpdateTime, uint256 cycleDividendsPercent, bool distributionDisabled)
isDistributedToken(address token) view returns (bool)
pendingDividendsAmount(address token, address userAddress) view returns (uint256)
users(address, address) view returns (uint256 pendingDividends, uint256 rewardDebt)
usersAllocation(address) view returns (uint256)
State-modifying
Events addDividendsToPending(address token, uint256 amount)
allocate(address userAddress, uint256 amount, bytes)
deallocate(address userAddress, uint256 amount, bytes)
disableDistributedToken(address token)
emergencyWithdraw(address token)
emergencyWithdrawAll()
enableDistributedToken(address token)
harvestAllDividends()
harvestDividends(address token)
massUpdateDividendsInfo()
removeTokenFromDistributedTokens(address tokenToRemove)
renounceOwnership()
transferOwnership(address newOwner)
updateCurrentCycleStartTime()
updateCycleDividendsPercent(address token, uint256 percent)
updateDividendsInfo(address token)
CycleDividendsPercentUpdated(address indexed token, uint256 previousValue, uint256 newValue)
DistributedTokenDisabled(address indexed token)
DistributedTokenEnabled(address indexed token)
DistributedTokenRemoved(address indexed token)
DividendsAddedToPending(address indexed token, uint256 amount)
DividendsCollected(address indexed user, address indexed token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserUpdated(address indexed user, uint256 previousBalance, uint256 newBalance)
constructor(address xGrailToken_, uint256 startTime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.