UTOPIA_Dividend
Verified contract
Active on
Ethereum with 879 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7af7…d54c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
uTOPIA | ERC-20 | 26.66613K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12780775 | 3 years ago | | | 0 | 0.0040816116 | |
| 12679858 | 3 years ago | | | 0 | 0.0021826800 | |
| 12663834 | 3 years ago | | | 0 | 0.0011175500 | |
| 12643315 | 3 years ago | | | 0 | 0.00094655000 | |
| 12604129 | 3 years ago | | | 0 | 0.0020735460 | |
| 12603158 | 3 years ago | | | 0 | 0.0027283500 | |
| 12598371 | 3 years ago | | | 0 | 0.0013096080 | |
| 12597505 | 3 years ago | | | 0 | 0.0015278760 | |
Transfer | 12596240 | 3 years ago | | | 0.040381071 | 0.00056700000 | |
| 12593468 | 3 years ago | | | 0 | 0.0012004740 |
ABI
ABI objects
Getter at block 21214747
distributionPercent() view returns (uint256)
100000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7af77f442a33c65387431d4b2af83baa7df6d54c
safeGuard() view returns (bool)
false
signer() view returns (address)
0x7af77f442a33c65387431d4b2af83baa7df6d54c
stakingContractAddress() view returns (address)
0x9f89ea302178b23a85622eb8ab0447edfee32b80
Read-only
accumulateDirect(address) view returns (bool)
accumulatedDirectDividend(address) view returns (uint256)
currentDepositedAmount(address _token) view returns (uint256 amount_E, uint256 amount_T)
distributedTotalAmountTillNow_Direct(address) view returns (uint256)
distributedTotalAmountTillNow_E(address) view returns (uint256)
distributedTotalAmountTillNow_T(address) view returns (uint256)
distributionInterval(address) view returns (uint256)
lastDistributionTime(address) view returns (uint256)
totalDepositedDividend_Direct(address) view returns (uint256)
totalDepositedDividend_E(address) view returns (uint256)
totalDepositedDividend_T(address) view returns (uint256)
totalDistributionCount_Direct(address) view returns (uint256)
totalDistributionCount_E(address) view returns (uint256)
totalDistributionCount_T(address) view returns (uint256)
totalWithdrawnByUser_E(address) view returns (uint256)
totalWithdrawnByUser_T(address) view returns (uint256)
userDatas(address, address) view returns (uint256 distCount_T, uint256 distCount_Direct, uint256 distCount_E, uint256 totalWhenWithdrawn_T, uint256 totalWhenWithdrawn_Direct, uint256 totalWhenWithdrawn_E)
viewDistributionAmount(address _token) view returns (uint256 amount_E, uint256 amount_T)
viewMyWithdrawable(address _token, address _user) view returns (uint256 amount_E, uint256 amount_T, uint256 amount_Direct)
viewTotalDirectDeposited(address _token) view returns (uint256 amount_Direct)
State-modifying
Events acceptOwnership()
addToRegular(address _token, uint256 _amount) returns (bool)
adjustDistributionTime(address token, uint256 _delayInSeconds, bool _increase) returns (bool)
changeSafeGuardStatus() returns (bool)
changeSigner(address _signer)
depositDividend(address token, uint256 tokenAmount) payable returns (bool)
directDistribute(address _token, uint256 _amount) returns (bool)
distributeDividend(address token) returns (bool)
emergencyWithdrawEth(uint256 _amount) returns (bool)
emergencyWithdrawToken(address _token, uint256 _amount) returns (bool)
resetUserDatas(address _token, address _user) returns (bool)
setAccumulateDirect(address token, bool _accumulateDirect) returns (bool)
setStakingContractAddress(address _stakingContractAddress, uint256 _distributionPercent) returns (bool)
setdistributionInterval(address token, uint256 _distributionInterval) returns (bool)
transferOwnership(address _newOwner)
withdrawMyDividend(address _token, bool _reInvest) returns (bool)
OwnershipTransferred(address indexed _from, address indexed _to)
depositDividendEv(address token, address depositor, uint256 amount_E, uint256 amount_T)
distributeDividendEv(address token, address user, uint256 amount_E, uint256 amount_T)
withdrawMyDividendEv(address token, address user, uint256 amount_E, uint256 amount_T)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.