PoolContract
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,000.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 5K | $1.00 |
$5,000 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17016997 | 2 years ago | | | 0 | 0.00068471284 | |
| 17016304 | 2 years ago | | | 0 | 0.0013039136 | |
| 17016219 | 2 years ago | | | 0 | 0.00064429963 | |
| 17016215 | 2 years ago | | | 0 | 0.0010345366 | |
| 17016147 | 2 years ago | | | 0 | 0.00057375017 | |
| 17016128 | 2 years ago | | | 0 | 0.00087328000 | |
| 17016096 | 2 years ago | | | 0 | 0.00087328000 | |
| 17016023 | 2 years ago | | | 0 | 0.00087328000 | |
| 17015386 | 2 years ago | | | 0 | 0.00063932795 | |
| 17015245 | 2 years ago | | | 0 | 0.00081738096 |
ABI
ABI objects
Getter at block 21218566
owner() view returns (address)
0xe1253d017410edab9808c37fb746918b75e2daa9
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.