FeeCollector
Verified contract
Active on
Ethereum with 13 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($91,739.13)
Native
Value
$75,727.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 24.364993 | $3,108.04 |
$75,727.37 | |
USDT | ERC-20 | 6.870902K | $0.999963 |
$6,870.65 | |
USDC | ERC-20 | 5.706912K | $1.00 |
$5,706.91 | |
DAI | ERC-20 | 2.105958K | $1.00 |
$2,105.96 | |
LRC | ERC-20 | 7.367951K | $0.180273 |
$1,328.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12508942 | 3 years ago | | | 0 | 0.0013886080 | |
| 12508931 | 3 years ago | | | 0 | 0.0014700160 | |
| 12508925 | 3 years ago | | | 0 | 0.0010712088 | |
| 12508391 | 3 years ago | | | 0 | 0.0010579840 | |
| 12508391 | 3 years ago | | | 0 | 0.0018148200 | |
| 12508391 | 3 years ago | | | 0 | 0.0017306700 | |
| 12508353 | 3 years ago | | | 0 | 0.00094013700 | |
| 11607749 | 4 years ago | | | 0 | 0.0038498080 | |
| 11607341 | 4 years ago | | | 0 | 0.0026941760 | |
| 11607340 | 4 years ago | | | 0 | 0.0031177320 |
ABI
ABI objects
Getter at block 21209095
managers() view returns (address[])
[0x794238800959d1253a61bAE17c7c512D8F6bbcaC]
numManagers() view returns (uint256)
1
owner() view returns (address)
0xdd2a08a1c1a28c1a571e098914ca10f2877d9c97
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
canDrain(address drainer, address) view returns (bool)
isManager(address addr) view returns (bool)
State-modifying
Events addManager(address manager)
claimOwnership()
drain(address to, address token) returns (uint256 amount)
removeManager(address manager)
renounceOwnership()
transferOwnership(address newOwner)
Drained(address to, address token, uint256 amount)
ManagerAdded(address indexed manager)
ManagerRemoved(address indexed manager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.