TreasurySplitter
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,142.99 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15063174 | 2 years ago | | | 0 | 0.00067075660 | |
| 15056714 | 2 years ago | | | 0.01 | 0.00096241234 |
ABI
ABI objects
Getter at block 21212929
owner() view returns (address)
0xed528fc31f2575312ec3336e0f6ec9812b534937
rewards() view returns (address)
0x408e982ff7227b62c93a58fe03f92d3a2ea24225
rewardsPercent() view returns (uint8)
50
treasury() view returns (address)
0xfbf335f8224a102e22abe78d78cc52dc95e074fa
treasuryPercent() view returns (uint8)
50
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setRewards(address _r)
setRewardsPercent(uint8 _p)
setTreasury(address _t)
setTreasuryPercent(uint8 _p)
transferOwnership(address newOwner)
withdrawETH()
withdrawTokens(address _tokenAddy, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _rewards, address _treasury)
receive()
This contract contains no error objects.