ContributionRouter

Verified contract

Active on Ethereum with 1,036 txns
Deployed by via 0x1c15df0f at 18672159
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $5,816.61
0x613b44bbcd96d754876bae52579f14070c7b06baa4414cd434f162d6b6c7084a
0x7632d0506bf0a6aae04333685d0710a96bf8500f6f11dc35a8e360b9ae0769d6
0xd60bb2b6e1e6e65b30b4a70e8ae12f3c61f18f74307eca5e0713f24baf82c9c3
0x246510651f712727e07b2fa550315a3f306a887c349bbcba19ab09faec2fae6f
0xc9e3cf9ce2272891c22931298f0c9f80b50fbca33225d0fa98d8d8d5094614c3
0x9a5486638b6ad169dbf1c96bda19718f58aec6ff08870d52704230dceb4e220a
0x0a72fc8030419a3181eb13c4c9d6110c8daa3d92b764774a6262026616ae0699
0x441591478c78ddeb5165100ee7913780af177a147917f14e2e33e2225e602c59
0x77a421b18e02b047a783fe7592c8222d308b8246394799addee6ebcf12ad4b5a
0x2d30d1353d6efa955110dd9d33ab154a2cff19b7ae2ee16ff4ae194636c6414e

Functions
Getter at block 20903511
OWNER(view returns (address)
0xf7f52dd34bc21eda08c0b804c7c1dbc48375820f
caller(view returns (address)
0xe471b2d4baede1f22cda1f6929151a633c8d6c94
feePerMint(view returns (uint96)
550000000000000
Read-only

This contract contains no read-only function objects.

State-modifying
claimFees(address recipient
setFeePerMint(uint96 newFeePerMint
Events
ClaimedFees(address indexed partyDaoaddress indexed recipientuint256 amount
FeePerMintUpdated(uint96 oldFeePerMintuint96 newFeePerMint
ReceivedFees(address indexed senderuint256 amount
Constructor
constructor(address owneruint96 initialFeePerMint
Fallback and receive
fallback(
receive(
Errors
EthTransferFailed(address receiverbytes errData
OnlyOwner(