EtherTaxDistributor
Verified contract
Active on
Ethereum with 30 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaaec…823c
0x501c…04bb
0x8569…cf39
Balances ($11,069.78)
Native
Value
$11,069.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.4867 | $3,174.86 |
$11,069.78 | |
RD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20943781 | a month ago | | | 0 | 0.0016594782 | |
| 20514547 | 3 months ago | | | 0 | 0.00035364998 | |
| 19878102 | 6 months ago | | | 0 | 0.00042984013 | |
| 19456759 | 8 months ago | | | 0 | 0.0012366632 | |
| 19456643 | 8 months ago | | | 0 | 0.00092400773 | |
| 19386986 | 8 months ago | | | 0 | 0.0029990056 | |
| 19239931 | 9 months ago | | | 0 | 0.0017532274 | |
| 19051426 | 10 months ago | | | 0 | 0.00090100406 | |
| 18965728 | 10 months ago | | | 0 | 0.0011563303 | |
| 18851594 | a year ago | | | 0 | 0.0012709984 |
ABI
ABI objects
Getter at block 21202359
distributionState() view returns (uint8)
1
owner() view returns (address)
0x0aaef7bbc21c627f14cad904e283e199ca2b72cc
wallet1() view returns (address)
0xaaec9ba6411be3e61a696a778f60f9d96a26823c
wallet2() view returns (address)
0x501ca829266cea87dafc624863c3e285738304bb
wallet3() view returns (address)
0x8569fca4fb54ce58228992cda60bc920a574cf39
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeOwner(address newOwner)
destroyContract()
distributeFunds()
setWallets(address _newWallet1, address _newWallet2, address _newWallet3)
toggleDistribution(bool enabled)
withdrawExcessFunds()
FundsDistributed(address indexed wallet1, uint256 amountToWallet1, address indexed wallet2, uint256 amountToWallet2, address indexed wallet3, uint256 amountToWallet3)
FundsReceived(address indexed sender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _wallet1, address _wallet2, address _wallet3)
receive()
This contract contains no error objects.