0x13ec6b98362e43add08f7cc4f6befd02fa52ee01
Verified contract
Proxy
Active on
Base with 398 txns
Unified storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,138.64)
Native
Value
$4.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0011 | $3,947.46 |
$4.34 | |
ONCHAIN | ERC-20 | 1.080018M | $0.00083 |
$896.34 | |
USDC | ERC-20 | 225 | $1.00 |
$225 | |
USDbC | ERC-20 | 10 | $1.002 |
$10.02 | |
DEGEN | ERC-20 | 206.5 | $0.014123 |
$2.92 | |
AIINU | ERC-20 | 1 | $0.016458 |
$0.02 | |
USA | ERC-20 | 1 | $0.00084 |
$0 | |
BOOMER | ERC-20 | 0.069 | $0.010206 |
$0 | |
BETS | ERC-20 | 4.2 | $0.000071 |
$0 | |
Boe | ERC-20 | 0.69 | $0.000214 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23620147 | 4 days ago | | | 0.0001 | 6.9066543e-7 | |
| 23220590 | 13 days ago | | | 0.0001 | 7.7209420e-7 | |
| 23211178 | 13 days ago | | | 0.0001 | 6.6858943e-7 | |
| 23180287 | 14 days ago | | | 0.0001 | 6.7962743e-7 | |
| 23169184 | 14 days ago | | | 0.0001 | 9.9361548e-7 | |
| 23146331 | 15 days ago | | | 0.0001 | 8.6124071e-7 | |
| 23143095 | 15 days ago | | | 0.0001 | 6.9051526e-7 | |
| 23141899 | 15 days ago | | | 0.0001 | 7.8491488e-7 | |
| 23141785 | 15 days ago | | | 0.0001 | 7.8491488e-7 | |
| 23131171 | 15 days ago | | | 0.0001 | 0.0000026033583 |
ABI
ABI objects
Getter at block 23778865 proxiableUUID() view returns (bytes32)
SIGNATURE_VALIDITY() view returns (uint256)
3600
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
fee() view returns (uint256)
100000000000000
owner() view returns (address)
0x7cd8c45a83d97d74bbd6b94c307919dd6600ccec
treasury() view returns (address)
0x30b6f80a535ecf39892ec8e7c2776910d2576cd9
validSigner() view returns (address signer)
0x989a6c5d84c932e7c9eae8b4d2d5f378b11c21f7
Read-only
getClaimedAmount(uint256 poolId, uint256 userId, uint256 rolePlatformId) view returns (uint256 amount)
getPool(uint256 poolId) view returns (address owner, address token, uint256 totalFunding, uint256 balance)
State-modifying
Events claim(uint256 poolId, uint256 rolePlatformId, uint256 amount, uint256 signedAt, uint256 userId, bytes signature) payable
fundPool(uint256 poolId, uint256 amount) payable
initialize(address treasury, uint256 guildFee, address _validSigner)
registerPool(address owner, address token, uint256 initialTokenAmount) payable
renounceOwnership()
setFee(uint256 newFee)
setTreasury(address newTreasury)
setValidSigner(address newValidSigner)
transferOwnership(address newOwner)
transferPoolOwnership(uint256 poolId, address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 poolId)
Claimed(uint256 indexed poolId, uint256 rolePlatformId, address indexed account, uint256 amount)
FeeChanged(uint256 newFee)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolFunded(uint256 poolId, uint256 amount)
PoolOwnershipTransferred(uint256 poolId, address oldOwner, address newOwner)
PoolRegistered(uint256 poolId, address indexed owner, address indexed token)
TreasuryChanged(address newTreasury)
Upgraded(address indexed implementation)
ValidSignerChanged(address newValidSigner)
Withdrawn(uint256 indexed poolId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessDenied(address sender, address owner)
AddressEmptyCode(address target)
AlreadyClaimed()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ExpiredSignature()
FailedInnerCall()
FailedToSendEther(address recipient)
IncorrectFee(uint256 paid, uint256 requiredAmount)
IncorrectSignature()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PoolDoesNotExist(uint256 poolId)
TransferFailed(address from, address to)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)