DFDispatcher
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DFDispatcher"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9960407 | 5 years ago | | | 0 | 0.00031399200 | |
| 9960403 | 5 years ago | | | 0 | 0.00031477500 | |
| 9903532 | 5 years ago | | | 0 | 0.00027207960 | |
| 9605009 | 5 years ago | | | 0 | 0.00082176640 | |
| 9605001 | 5 years ago | | | 0 | 0.00010488900 | |
| 9604994 | 5 years ago | | | 0 | 0.00010462800 | |
| 9603498 | 5 years ago | | | 0 | 0.0012530800 | |
| 9602614 | 5 years ago | | | 0 | 0.000044632000 | |
| 9602434 | 5 years ago | | | 0 | 0.00015112200 | |
| 9602336 | 5 years ago | | | 0 | 0.00030147000 |
ABI
ABI objects
Getter at block 21380060 getProfit() view returns (uint256) getReserve() view returns (uint256) getReserveRatio() view returns (uint256)
authority() view returns (address)
0x7f0ac31162b38ab566e7552ab7b9a2b944d0a375
dfView() view returns (address)
0x097dd22173f0e382dae42baaeb9bdbc9fdf3396f
getBalance() view returns (uint256 result)
1769207622482850216175665
getExecuteUnit() view returns (uint256)
100000000000000000
getFund() view returns (address)
0x786bf554473f9ab733fd683c528212492a23d895
getPrinciple() view returns (uint256 result)
0
getProfitBeneficiary() view returns (address)
0xc6662462e7e90e0d98f12ab7e8c3d049a168a407
getPropotion() view returns (uint256[])
[1000]
getReserveLowerLimit() view returns (uint256)
1000
getReserveUpperLimit() view returns (uint256)
1000
getTHCount() view returns (uint256)
1
getTHStructures() view returns (uint256[], address[], address[])
([1000], [0xC8C975A04DFAD52EeB399D7370b7d2c016DBA9Be], [0x0eEe3E3828A45f7601D5F54bF49bB01d1A9dF5ea])
getToken() view returns (address)
0x0000000000085d4780b73119b644ae5ecd22b376
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0eb7fc2a5fb656944e31c59a68151159c0745998
Read-only
getTHAddress(uint256 _index) view returns (address)
getTHBalance(uint256 _index) view returns (uint256)
getTHData(uint256 _index) view returns (uint256, uint256, uint256, uint256)
getTHPrinciple(uint256 _index) view returns (uint256)
getTHProfit(uint256 _index) view returns (uint256)
getTargetAddress(uint256 _index) view returns (address)
pow(uint256 base, uint256 exponent) pure returns (uint256)
State-modifying
Events acceptOwnership()
addTargetHandler(address _targetHandlerAddr, uint256[] _thPropotion) returns (bool)
disableOwnership()
drainFunds(uint256 _index) returns (bool)
refundDispather(address _receiver) returns (bool)
removeTargetHandler(address _targetHandlerAddr, uint256 _index, uint256[] _thPropotion) returns (bool)
setAimedPropotion(uint256[] _thPropotion) returns (bool)
setAuthority(address authority_)
setExecuteUnit(uint256 _number) returns (bool)
setProfitBeneficiary(address _profitBeneficiary) returns (bool)
setReserveLowerLimit(uint256 _number) returns (bool)
setReserveUpperLimit(uint256 _number) returns (bool)
transferOwnership(address newOwner_)
trigger() returns (bool)
withdrawProfit() returns (bool)
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
OwnerUpdate(address indexed owner, address indexed newOwner)
constructor(address _dfView, address _tokenAddr, address _fundPool, address[] _thAddr, uint256[] _thPropotion, uint256 _tokenDecimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.