ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 94,199 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6369…df9a
Balances ($26,779.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WELL | ERC-20 | 64.676196M | $0.000414 |
$26,779.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153588 | 12 hours ago | | | 0 | 0.0012677505 | |
| 21151628 | 19 hours ago | | | 0 | 0.00076797234 | |
| 21148153 | a day ago | | | 0 | 0.00083951302 | |
| 21147629 | a day ago | | | 0 | 0.00057002674 | |
| 21146837 | a day ago | | | 0 | 0.00083022857 | |
| 21144845 | 2 days ago | | | 0 | 0.0015262648 | |
| 21121377 | 5 days ago | | | 0 | 0.00047249756 | |
| 21120932 | 5 days ago | | | 0 | 0.00047868493 | |
| 21120785 | 5 days ago | | | 0 | 0.00045430875 | |
| 21120186 | 5 days ago | | | 0 | 0.00037155438 |
ABI
ABI objects
Getter at block 21157275 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
isClaimAvailable() view returns (bool)
true
owner() view returns (address)
0x5e83cebdc248d2901b0ed7ff87e20f96a26cee45
signer() view returns (address)
0xd0086081cfe61484618f012139b1146dfdf63213
token() view returns (address)
0x63696fc66795b51d02c1590b536484a41fbddf9a
upgrader() view returns (address)
0x5e83cebdc248d2901b0ed7ff87e20f96a26cee45
upgraderRenounced() view returns (bool)
false
Read-only
checkValidity(bytes signature, string action) view returns (bool)
claimedMap(address addr) view returns (bool)
isSignatureClaimed(bytes signature) view returns (bool)
signatureClaimedMap(string signature) view returns (bool)
userIdClaimedMap(string userId) view returns (bool)
State-modifying
Events claim(bytes signature, string userId)
claimV2(bytes signature, uint256 amount)
initialize(address _claimTokenAddress, address _signer)
renounceOwnership()
renounceUpgrader()
setClaimAvailability(bool canClaim)
setUpgrader(address _upgrader)
setupSigner(address _signer)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
Upgraded(address indexed implementation)
ClaimAvailabilityUpdated(bool newAvailability)
Claimed(address addr)
ClaimedV2(address addr, uint256 amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerUpdated(address newAddress)
Upgraded(address indexed implementation)
UpgraderRenounced()
UpgraderUpdated(address newAddress)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)