ContributionRouter
Verified contract
Active on
Base with 46,737 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$19,219.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 5.81295 | $3,306.30 |
$19,219.36 | |
DEGEN | ERC-20 | 138.84 | $0.019453 |
$2.7 | |
BENTO | ERC-20 | 26.642664M | $0.00 |
$0.29 | |
DOG | ERC-20 | 17.69 | $0.00661 |
$0.12 | |
AIINU | ERC-20 | 1 | $0.020548 |
$0.02 | |
PEEZY | ERC-20 | 1.2 | $0.009428 |
$0.01 | |
NEGED | ERC-20 | 112 | $0.00006 |
$0.01 | |
BOYS | ERC-20 | 0.35 | $0.012195 |
$0 | |
USA | ERC-20 | 1 | $0.000766 |
$0 | |
BOOMER | ERC-20 | 0.069 | $0.010457 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22741492 | 8 hours ago | | | 0.10055 | 8.4447598e-7 | |
| 22741378 | 8 hours ago | | | 0.05055 | 8.5765848e-7 | |
| 22604239 | 3 days ago | | | 0.01055 | 0.0000036655497 | |
| 22599895 | 4 days ago | | | 0.10055 | 0.0000036793276 | |
| 22598694 | 4 days ago | | | 0.01055 | 0.0000041989129 | |
| 22597020 | 4 days ago | | | 0.01055 | 0.0000039325724 | |
| 22594965 | 4 days ago | | | 0.01055 | 0.0000036811548 | |
| 22594771 | 4 days ago | | | 0.10055 | 0.0000024503685 | |
| 22594762 | 4 days ago | | | 0.10055 | 0.0000036786466 | |
| 22594668 | 4 days ago | | | 0.01055 | 0.0000034457974 |
ABI
ABI objects
Getter at block 22755186
OWNER() view returns (address)
0xf498fd75ee8d35294952343f1a77cae5ea5af6aa
caller() view returns (address)
0x503a5161d1c5d9d82bf35a4c80da0c3ad72d9244
feePerMint() view returns (uint96)
550000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimFees(address recipient)
setFeePerMint(uint96 newFeePerMint)
ClaimedFees(address indexed partyDao, address indexed recipient, uint256 amount)
FeePerMintUpdated(uint96 oldFeePerMint, uint96 newFeePerMint)
ReceivedFees(address indexed sender, uint256 amount)
constructor(address owner, uint96 initialFeePerMint)
fallback()
receive()
EthTransferFailed(address receiver, bytes errData)
OnlyOwner()