SDAOClaimpad
Verified contract
Active on
Ethereum with 1,833 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,215,747.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOPH | ERC-20 | 132.482212M | $0.016725 |
$2,215,747.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244054 | 7 hours ago | | | 0 | 0.0014189654 | |
| 21231392 | 2 days ago | | | 0 | 0.0023286881 | |
| 21222831 | 3 days ago | | | 0 | 0.0012798584 | |
| 21220388 | 4 days ago | | | 0 | 0.00062261044 | |
| 21220367 | 4 days ago | | | 0 | 0.00077432061 | |
| 21217517 | 4 days ago | | | 0 | 0.0010423761 | |
| 21212175 | 5 days ago | | | 0 | 0.00087635138 | |
| 21209763 | 5 days ago | | | 0 | 0.00080687347 | |
| 21209761 | 5 days ago | | | 0 | 0.00082065873 | |
| 21208625 | 5 days ago | | | 0 | 0.00093622197 |
ABI
ABI objects
Getter at block 21246264
MAX_BASIS_POINTS() view returns (uint256)
10000
MAX_POOLS_ALLOWED() view returns (uint256)
50
nrOfPools() view returns (uint256)
6
owner() view returns (address)
0xcd231d4ba7b15a4722ac057419d9cd7689e7b8db
Read-only
claimableTokens(uint256 _pid, address _user) view returns (uint256 claimableAmount)
getPoolClaimToken(uint256 _pid) view returns (address)
poolInfo(uint256) view returns (address claimToken, uint256 allocatedAmount, struct SDAOClaimpadEmissionPeriod emissionPeriod, uint256 instantUnlockRatio, uint256 totalClaimed)
reservedAmount(address) view returns (uint256)
userInfo(uint256, address) view returns (uint256 allocated, uint256 claimed)
State-modifying
Events allocateFor(uint256 _pid, uint256 _amount, address _to)
bulkAllocate(struct SDAOClaimpadAllocation[] allocations)
claim(uint256 _pid, address _to)
createPool(address _token, uint256 _startOfEmissions, uint256 _endOfVestingCliff, uint256 _endOfEmissions, bool _vestingCliffAccrues, uint256 _instantUnlockRatio)
recoverAnyTokens(address token)
remove(uint256 _pid, address _user)
removeAll(address _user)
renounceOwnership()
transferOwnership(address newOwner)
Allocated(address indexed user, uint256 indexed pid, uint256 amount, address indexed token)
Claimed(address indexed user, uint256 indexed pid, uint256 amount)
Deallocated(address indexed user, uint256 indexed pid, uint256 amount, address indexed token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAdded(uint256 indexed pid, address indexed token, uint256 startOfEmissions, uint256 endOfEmissions)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.