TreasuryConfiguration
Verified contract
Active on
Base with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xda1d…9111
Balances ($0.00)
No balances found for "TreasuryConfiguration"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18825017 | 3 months ago | | | 0 | 4.1991916e-7 | |
| 18824552 | 3 months ago | | | 0 | 3.8758818e-7 | |
| 18815496 | 3 months ago | | | 0 | 6.3191909e-7 | |
| 1757633 | a year ago | | | 0 | 0.000071580003 |
ABI
ABI objects
Getter at block 22751411
distribution() view returns (address)
0x0000000000000000000000000000000000000000
feeConfiguration() view returns (address)
0x1365e01c8ab4c6cd8db2fe9ea640cd64c2239087
governor() view returns (address)
0x0000000000000000000000000000000000000000
isGovernor() view returns (bool)
false
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
owner() view returns (address)
0xd57f4e2b1bdb4f001bf97c7b76374692ab84befa
treasury() view returns (address)
0xda1dc0266769fc1d98a44f2354490c6982199111
tributaryRegistry() view returns (address)
0x2c4a94874e4dd52153ce2f2a4574b858928c1804
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
changeGovernor(address governor_)
renounceOwnership()
setDistribution(address newDistribution)
setFeeConfiguration(address newFeeConfiguration)
setTreasury(address newTreasury)
setTributaryRegistry(address newTributaryRegistry)
transferOwnership(address nextOwner_)
DistributionSet(address indexed distribution, address indexed newDistribution)
FeeConfigurationSet(address indexed feeConfiguration, address indexed newFeeConfiguration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TreasurySet(address indexed treasury, address indexed newTreasury)
TributaryRegistrySet(address indexed tributaryRegistry, address indexed newTributaryRegistry)
constructor(address _owner, address _treasury, address _tributaryRegistry, address _distribution, address _feeConfiguration)
This contract contains no fallback and receive objects.
This contract contains no error objects.