Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7bf9…b1b6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#1207620) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1207604) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1207230) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1207126) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1206186) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1205449) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1205412) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1205094) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1205006) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1203069) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22723612 | 7 hours ago | | | 0 | 0.000023166410 | |
| 22695509 | a day ago | | | 0 | 0.000000409759240936 | |
| 22695492 | a day ago | | | 0 | 9.9511841e-7 | |
| 22640331 | 2 days ago | | | 0 | 0.0000013098649 | |
| 22631656 | 2 days ago | | | 0 | 9.1797135e-7 | |
| 22621791 | 3 days ago | | | 0 | 0.0000013098474 | |
| 22574881 | 4 days ago | | | 0 | 0.0000012042708 | |
| 22568259 | 4 days ago | | | 0 | 0.0000013732916 | |
| 22472254 | 6 days ago | | | 0 | 0.0000013093585 | |
| 22472237 | 6 days ago | | | 0 | 9.4183776e-7 |
ABI
ABI objects
Getter at block 22736598
WETH() view returns (address)
0x4200000000000000000000000000000000000006
feeBps() view returns (uint256)
2500
feeRecipient() view returns (address)
0x7bf90111ad7c22bec9e9dff8a01a44713cc1b1b6
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
Read-only
getFee(uint256 amount) view returns (uint256)
getUnclaimedFees(address erc20z) view returns (struct IRoyaltiesUnclaimedFees)
getUnclaimedFeesBatch(address[] erc20z) view returns (struct IRoyaltiesUnclaimedFees[])
positionsByErc20z(address erc20z) view returns (uint256 positionId)
State-modifying
Events claim(address erc20z, address recipient)
claimFor(address erc20z)
initialize(address _weth, address _nonfungiblePositionManager, address _feeRecipient, uint256 _feeBps)
onERC721Received(address operator, address from, uint256 positionId, bytes data) returns (bytes4)
RoyaltyClaim(address indexed collection, uint256 indexed tokenId, address indexed creator, address recipient, address positionAddress, uint256 positionId, address token0, uint256 token0Amount, address token1, uint256 token1Amount)
RoyaltyDeposit(address indexed erc20zAddress, address positionAddress, uint256 positionId)
This contract contains no constructor objects.
receive()
AddressCannotBeZero()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AddressZero()
AlreadyInitialized()
CreatorMustBeSet()
ERC721SenderRoyaltiesNeedsToBePositionManager()
FailedInnerCall()
OnlyCreatorCanCall()
OnlyErc20z()
OnlyWeth()
ParamsCannotBeZero()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)