RevenueSplitter

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x73d3edd5 at 17879874
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $6,930.27

No transactions found for "RevenueSplitter"


Functions
Getter at block 20902957
feeDistributor(view returns (address)
0x951f99350d816c0e160a2c71defe828bdfc17f12
owner(view returns (address)
0x9a8fee232dcf73060af348a1b62cdb0a19852d13
stopSplitTimestamp(view returns (uint56)
2031443737
treasury(view returns (address)
0x9a8fee232dcf73060af348a1b62cdb0a19852d13
treasuryFeeDistro(view returns (uint96)
0
treasurySplit(view returns (uint40)
750000000
weth(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
hasCalledSplit(uint256 epochview returns (bool)
State-modifying
setFeeDistributor(address feeDistributor_
setStopSplitTimestamp(uint56 stopSplitTimestamp_
setTreasury(address treasury_
setTreasuryFeeDistro(uint96 treasuryFeeDistro_
setTreasurySplit(uint40 treasurySplit_
split(
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed useraddress indexed newOwner
SetFeeDistributor(address indexed feeDistributor
SetStopSplitTimestamp(uint56 indexed stopSplitTimestamp
SetTreasury(address indexed treasury
SetTreasuryFeeDistro(uint96 indexed treasuryFeeDistro
SetTreasurySplit(uint40 indexed treasurySplit
Split(uint256 treasuryAmountuint256 feeAmount
Constructor
constructor(address weth_address owner_uint56 stopSplitTimestamp_uint40 treasurySplit_address treasury_uint96 treasuryFeeDistro_address feeDistributor_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
RevenueSplitter__AlreadyCalledSplitInEpoch(
RevenueSplitter__InvalidInput(
RevenueSplitter__InvalidTime(