EcoClaim
Verified contract
Active on
Ethereum with 1,807 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 23 additional slots
Balances ($639,018.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ECOx | ERC-20 | 7.416756M | $0.079857 |
$592,279.85 | |
ECO | ERC-20 | 6.727671M | $0.006947 |
$46,738.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177423 | 4 days ago | | | 0 | 0.0019209259 | |
| 21173595 | 4 days ago | | | 0 | 0.0026483275 | |
| 21173502 | 4 days ago | | | 0 | 0.0030217167 | |
| 21173296 | 4 days ago | | | 0 | 0.0029939186 | |
| 21172580 | 4 days ago | | | 0 | 0.0036606450 | |
| 21164757 | 5 days ago | | | 0 | 0.0016972508 | |
| 21164039 | 5 days ago | | | 0 | 0.0013536700 | |
| 21155195 | 7 days ago | | | 0 | 0.0016630474 | |
| 21154579 | 7 days ago | | | 0 | 0.00044065480 | |
| 21154554 | 7 days ago | | | 0 | 0.00045376575 |
ABI
ABI objects
Getter at block 21202813
CLAIMABLE_PERIOD() view returns (uint256)
30758400
DOMAIN_SEPARATOR() view returns (bytes32)
0xa5e4473d8171c3c41753231b333154c85a4b060712d4656360668238903b457b
POINTS_MULTIPLIER() view returns (uint256)
5
POINTS_TO_ECOX_RATIO() view returns (uint256)
2
VESTING_DIVIDER() view returns (uint256)
10
VESTING_PERIOD() view returns (uint256)
2592000
_claimableEndTime() view returns (uint256)
1698528455
_deployTimestamp() view returns (uint256)
1667770055
_eco() view returns (address)
0x8dbf9a4c99580fc7fd4024ee08f3994420035727
_ecoID() view returns (address)
0x5bc2fa9426e882710d055c1a60f8cc93a31edc58
_ecoX() view returns (address)
0xcccd1ba9f7acd6117834e0d28f25645decb1736a
_initialInflationMultiplier() view returns (uint256)
1000000000000000000
_pointsMerkleRoot() view returns (bytes32)
0x91a3c5d49826beee7343bf742a9dc90c74e80e11b86fb51fa74d318640aa095d
_proofDepth() view returns (uint256)
13
_trustedVerifier() view returns (address)
0x40dcb0040332533523017d6249d6db48e92d06b1
owner() view returns (address)
0x6b1b4e9f7394e08a2a62ee203d88dca700ec1fa7
Read-only
_claimBalances(string) view returns (address recipient, uint256 points, uint256 claimTime)
_claimedBalances(string) view returns (bool)
_vestedMultiples(uint256) view returns (uint256)
nonces(string socialID) view returns (uint256)
State-modifying
Events claimTokens(bytes32[] proof, string socialID, uint256 points)
claimTokensOnBehalf(bytes32[] proof, string socialID, uint256 points, address recipient, uint256 feeAmount, uint256 deadline, bytes recipientSig)
releaseTokens(string socialID)
releaseTokensOnBehalf(string socialID, address recipient, uint256 feeAmount, uint256 deadline, bytes recipientSig)
renounceOwnership()
transferOwnership(address newOwner)
Claim(string socialID, address indexed addr, uint256 eco, uint256 ecox)
InitializeEcoClaim()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReleaseVesting(address indexed addr, address indexed gasPayer, uint256 ecoBalance, uint256 vestedEcoXBalance, uint256 feeAmount)
constructor(address eco, address ecoX, address ecoID, address trustedVerifier, bytes32 merkelRoot, uint256 proofDepth)
This contract contains no fallback and receive objects.
ClaimDeadlineExpired()
CliffNotMet()
EmptyVestingBalance()
InvalidFee()
InvalidPoints()
InvalidProof()
InvalidProofDepth()
InvalidReleaseCaller()
InvalidSignature()
SignatureExpired()
TokensAlreadyClaimed()
UnverifiedClaim()