TokenPool
Verified contract
Implementation
Active on
Base with 2 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "TokenPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x5568206f | 17552444 | 5 months ago | | | 0 | 0.000000105582294348 | |
0x47697420 | 17552438 | 5 months ago | | | 0 | 0.000000105952107480 |
ABI
ABI objects
Getter at block 23778865
SIGNATURE_VALIDITY() view returns (uint256)
3600
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
fee() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
treasury() view returns (address)
0x0000000000000000000000000000000000000000
validSigner() view returns (address signer)
0x0000000000000000000000000000000000000000
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)