FeeRecipientV2
Verified contract
Active on
Base with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
axlUSDC | ERC-20 | 0.000001 | $1.001 |
$0 | |
USDbC | ERC-20 | 0.000001 | $0.999381 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22055307 | a day ago | | | 0 | 9.6556208e-7 | |
| 22012107 | 2 days ago | | | 0 | 9.6530768e-7 | |
| 21968908 | 3 days ago | | | 0 | 9.7048368e-7 | |
| 21925705 | 4 days ago | | | 0 | 9.6568262e-7 | |
| 21882516 | 5 days ago | | | 0 | 9.6534369e-7 | |
| 21839305 | 6 days ago | | | 0 | 9.6530768e-7 | |
| 21814855 | 7 days ago | | | 0 | 9.6536138e-7 | |
| 21796107 | 7 days ago | | | 0 | 9.7576316e-7 | |
| 21752904 | 8 days ago | | | 0 | 9.6530768e-7 |
ABI
ABI objects
Getter at block 22108264
feeManager() view returns (address)
0x45bfac9e1fe019cf4fe8eab6d386df89db030390
owner() view returns (address)
0x1c5f335657551f3f5526ff5630cc4540b2af70e3
Read-only
isRecipient(address _address) view returns (bool)
recipientShares(address) view returns (uint256)
recipients(uint256) view returns (address)
State-modifying
Events addRecipient(address _recipient, uint256 _share)
removeRecipient(address _recipient) returns (bool)
rescueERC20(address tokenAddress, address to, uint256 amount)
sendToken(address token1, address token2)
setRecipientShare(address _recipient, uint256 _share)
transferFeeManager(address newFeeManager)
transferOwnership(address newOwner)
FeeManagerTransferred(address oldFeeManager, address newFeeManager)
OwnershipTransferred(address oldOwner, address newOwner)
RecipientAdded(address recipient, uint256 share)
RecipientRemoved(address recipient)
RescueERC20(address token, address to, uint256 amount)
Send(address token, address recipient, uint256 amount)
ShareUpdated(address recipient, uint256 share)
constructor(address _owner, address _feeManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.