0x3b1c4697952e6ecd8ae960b350221c30954406c2
Unverified contract
Proxy
Active on
Base with 19 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($1.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 72.115385 | $0.019692 |
$1.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18393051 | 3 months ago | | | 0 | 6.6705927e-7 | |
| 18338001 | 3 months ago | | | 0 | 6.2366330e-7 | |
| 18336271 | 3 months ago | | | 0 | 8.5946028e-7 | |
| 18333428 | 3 months ago | | | 0 | 5.7905367e-7 | |
| 18326186 | 3 months ago | | | 0 | 2.9295087e-7 | |
| 18303615 | 3 months ago | | | 0 | 5.4498123e-7 | |
| 18266821 | 3 months ago | | | 0 | 2.5991045e-7 | |
| 18256224 | 3 months ago | | | 0 | 5.6955122e-7 | |
| 18254901 | 3 months ago | | | 0 | 5.2180306e-7 | |
| 18253984 | 3 months ago | | | 0 | 5.4141856e-7 |
ABI
ABI objects
Getter at block 22761757
CLAIM_TYPEHASH() view returns (bytes32)
0x8b1734a2f3b0d29ae65110f802c432a6947be1fabfef711b9d9038cdd6b03fe1
MAX_BPS() view returns (uint16)
10000
SET_MERKLE_ROOT_TYPEHASH() view returns (bytes32)
0x005ae9be33537c62d505818683b601885931567b78e2c94df9b9f0f6c1db9cca
admin() view returns (address)
0x84d71b85434911f90804941d13d71e587d83f540
award() view returns (uint8 assetType, address token, uint256 identifier)
(assetType=2, token=0x4ed4e862860bed51a9570b96d89af5e1b0efefed, identifier=0)
claimMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Rounds, version=1, chainId=8453, verifyingContract=0x3b1c4697952e6ecd8ae960b350221c30954406c2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factory() view returns (address)
0x8194a3665e0a84acdee18c6d911dbadd5151884a
fee() view returns (uint256)
62500000000000000000
isFeeClaimed() view returns (bool)
true
isFeeEnabled() view returns (bool)
true
isLeafVerificationEnabled() view returns (bool)
false
nonce() view returns (uint40)
0
Read-only
hasFIDClaimed(uint256 fid) view returns (bool hasClaimed)
hashTypedData(bytes32 structHash) view returns (bytes32)
State-modifying
Events claim(uint256 fid, address to, uint256 amount, bytes32[] proof, bytes sig)
claimFee()
disableFee()
initialize(address factory_, struct IRoundFactorySingleRoundV1Config config)
reduceFee(uint256 newFee)
setAdmin(address newAdmin)
setClaimMerkleRoot(bytes32 claimMerkleRoot_, bytes sig)
withdraw(struct AssetControllerAsset asset, uint256 amount)
AdminSet(address newAdmin)
ClaimMerkleRootSet(bytes32 newClaimMerkleRoot)
Claimed(uint256 fid, address to, uint256 amount)
FeeClaimed(uint256 amount)
FeeDisabled()
FeeReduced(uint256 newReducedFee)
Initialized(uint64 version)
This contract contains no constructor objects.
receive()
ALREADY_CLAIMED()
ETHER_TRANSFER_FAILED()
FEE_ALREADY_CLAIMED()
FEE_ALREADY_DISABLED()
FEE_DISABLED()
FEE_NOT_REDUCED()
INVALID_ADMIN()
INVALID_ASSET()
INVALID_ASSET_TYPE()
INVALID_ERC721_TRANSFER_AMOUNT()
INVALID_LEAF()
INVALID_RECIPIENT()
INVALID_SIGNATURE()
InvalidInitialization()
MISSING_ASSET_AMOUNT()
NOTHING_TO_CLAIM()
NotInitializing()
ONLY_ADMIN()
ONLY_FEE_CLAIMER()
UNUSED_ASSET_PARAMETERS()