Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19150480 | 2 months ago | | | 0 | 8.5020913e-7 | |
| 19146580 | 2 months ago | | | 0 | 0.0000041388775 | |
| 19146430 | 2 months ago | | | 0 | 9.6733892e-7 | |
| 18981198 | 2 months ago | | | 0 | 5.1663125e-7 | |
| 18671959 | 3 months ago | | | 0 | 4.7166004e-7 | |
| 18591280 | 3 months ago | | | 0 | 8.6812508e-7 | |
| 18532330 | 3 months ago | | | 0 | 8.9369704e-7 | |
| 18525280 | 3 months ago | | | 0 | 8.4895342e-7 | |
| 18518830 | 3 months ago | | | 0 | 8.6672395e-7 | |
| 18503080 | 3 months ago | | | 0 | 9.6553510e-7 |
ABI
ABI objects
Getter at block 22014394
ATTRIBUTOR_ROLE() view returns (bytes32)
0x56db02ae633181fbdfb06b9409742715d7c9326e4ab10d25f443d644e7ac025d
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UNPAUSER_ROLE() view returns (bytes32)
0x427da25fe773164f88948d3e215c94b6554e2ed5e5f203a821c9f2f6131cf75a
claimCooldown() view returns (uint256)
86400
isPaused() view returns (bool)
false
paused() view returns (bool)
false
Read-only
currencyLimits(address) view returns (uint256 claimLimitPerCooldown, uint256 cumulativeClaimPerCooldown, uint256 claimCooldownPeriodStarted)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
usersClaims(address, address) view returns (uint256)
State-modifying
Events addCurrencyLimit(address tokenAddress, uint256 claimLimitPerCooldown)
attributeConversions(struct IFuulManagerAttributionEntity[] attributions, address attributorFeeCollector)
claim(struct IFuulManagerClaimCheck[] claimChecks)
grantRole(bytes32 role, address account)
pauseAll()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setClaimCooldown(uint256 period)
setCurrencyTokenLimit(address tokenAddress, uint256 limit)
unpauseAll()
ClaimCooldownUpdated(uint256 value)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenLimitAdded(address indexed token, uint256 value)
TokenLimitUpdated(address indexed token, uint256 value)
Unpaused(address account)
constructor(address attributor, address pauser, address unpauser, address acceptedERC20CurrencyToken, uint256 initialTokenLimit, uint256 initialNativeTokenLimit)
This contract contains no fallback and receive objects.
InvalidArgument()
LimitAlreadySet()
OverTheLimit()
Unauthorized()
ZeroAddress()