TokenDistributor
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbf8e…ff0d
0xbf8e…ff0d
-
variable spans 2 additional slots
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,340.28 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15866201 | 2 years ago | | | 0 | 0.00025484184 | |
| 15645904 | 2 years ago | | | 0 | 0.00027057621 | |
| 15645879 | 2 years ago | | | 0 | 0.0025559433 | |
| 15638679 | 2 years ago | | | 0 | 0.0024974075 | |
| 15631578 | 2 years ago | | | 0 | 0.00025579856 | |
| 15631479 | 2 years ago | | | 0 | 0.0024895673 | |
| 15630746 | 2 years ago | | | 0 | 0.0011085571 | |
| 15629251 | 2 years ago | | | 0 | 0.00021890501 | |
| 15629235 | 2 years ago | | | 0 | 0.00022349810 | |
| 15625788 | 2 years ago | | | 0 | 0.00094551664 |
ABI
ABI objects
Getter at block 21261681
AirdropContract() view returns (address)
0x6a161b0993c79536f28cb33b4d35e7d6c196a4ab
BuyBackContract() view returns (address)
0x47b51f81e03fb068d776ccb78b08f59e5256b944
DIDRegister() view returns (address)
0xcb70f8ac1cec6da23462e37aa6716f88c5953984
DegenIDInterface() view returns (address)
0xbf8e1dfd543953599f544da195583ce2fdf5ff0d
DegenIDToken() view returns (address)
0xbf8e1dfd543953599f544da195583ce2fdf5ff0d
InitialBlock() view returns (uint256)
15625715
NumBlocksPerRound() view returns (uint256)
26280000
PRECISION() view returns (uint256)
1000000000000
RegistrationInterface() view returns (address)
0xe38e4841c98c63742b865e57b00c52cd1b3bbe4d
RewardContract() view returns (address)
0xe38e4841c98c63742b865e57b00c52cd1b3bbe4d
StakingContract() view returns (address)
0x0b8bbc6698a2b9eddb75bd50174bccd7f7350c50
StakingInterface() view returns (address)
0x0b8bbc6698a2b9eddb75bd50174bccd7f7350c50
TotalPeriods() view returns (uint256)
4
currentPeriodEnd() view returns (uint256)
15820715
currentPhase() view returns (uint256)
0
currentRound() view returns (uint256)
4
getCompounderPercent() view returns (uint256)
9314
lastRewardBlock() view returns (uint256)
15645875
owner() view returns (address)
0xad46c8a34c7516f273db35f260aeedf3303625d4
paused() view returns (bool)
false
Read-only
registerPeriods(uint256) view returns (uint256 rewardPerRound, uint256 periodLength)
roundProfit(uint256) view returns (uint256)
State-modifying
Events closeRoundProfit()
initalizeDistributor()
initalizeShares()
mutipleSendETH(address[] receivers, uint256[] ethValues)
releaseAirdrop(uint256 amount)
releaseRewards() returns (bool ifTeamSend, bool ifBuybackSend, bool ifStakeSend)
renounceOwnership()
setDIDRegister(address _register)
setNumBlock(uint256 _blocks)
setPoolContracts(address _rewardPool, address _stakePool, address _buyback)
transferOwnership(address newOwner)
updateAddress(uint256 index, address newAddr)
withdrawOtherCurrency(address _currency)
DistributorInitial(uint256 InitialBlock, uint256 endOfPeriod)
OtherTokensWithdrawn(address indexed currency, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardReleased(uint256 indexed round, uint256 passiveShare, uint256 buyBackShare, uint256 stakeShare)
Unpaused(address account)
constructor(address _tokenAddr, address _airdropAddr, address _teamAddr, uint256[] _rewards, uint256[] _lengths, uint256 _numBlocks, uint256 _totalPeriods)
fallback()
receive()
This contract contains no error objects.