PoolContract
Verified contract
Active on
Ethereum with 7 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 "PoolContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17059576 | 2 years ago | | | 0 | 0.00081642396 | |
| 17039226 | 2 years ago | | | 0 | 0.0012477012 | |
| 17039078 | 2 years ago | | | 0 | 0.0032471695 | |
| 17038747 | 2 years ago | | | 0 | 0.0032352873 | |
| 17038743 | 2 years ago | | | 0 | 0.0041423424 | |
| 17038673 | 2 years ago | | | 0 | 0.0026157642 | |
| 17037842 | 2 years ago | | | 5 | 0.00078044453 |
ABI
ABI objects
Getter at block 21304384
owner() view returns (address)
0x999475fc14e0160452bf2032ebd956009779f388
paused() view returns (bool)
false
Read-only
feeMap(address) view returns (uint256 rate, uint256 min)
support(address) view returns (bool)
State-modifying
Events dealRedemption(uint256 random, address token, address recive, uint256 amount)
dealWithdrawIncome(uint256 random, address token, address addr, uint256 amount, address recive)
inSupport(address _token, uint256 _rate, uint256 _min)
noteRedemption(address token, address _recive)
noteWithdrawIncome(address token, address _recive)
pause()
reclaimEther()
reclaimTokenByAmount(address tokenAddress, uint256 amount)
redemption(uint256 random, address token, uint256 amount, bytes sign)
renounceOwnership()
transferOwnership(address newOwner)
unSupport(address _token)
unpause()
withdraw(uint256 random, address token, uint256 amount, bytes sign)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recycled(address sender, uint256 amount, uint256 random)
Redemption(address indexed sender, address indexed token, uint256 amount, uint256 random)
RedemptionNote(address indexed sender, address indexed recive, address token)
Unpaused(address account)
Withdraw(address indexed sender, address indexed token, uint256 amount, uint256 fee, uint256 random)
WithdrawIncomeNote(address indexed sender, address indexed recive, address token)
constructor()
receive()
This contract contains no error objects.