This contract is being backfilled. You may encounter incomplete storage history.

VestingPools

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0xaad48620 at 13680042
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $21,556.34
0x80389e61fc433aa27afa6f05c5b14b1c1f8fd4336f89efc248e9092ca38f7576
From

Functions
Getter at block 20797478
owner(view returns (address)
0x505796f5bc290269d2522cf19135ad7aa60dfd77
token(view returns (address)
0x909e34d3f6124c324ac83dcca84b74398a6fa173
totalAllocation(view returns (uint96)
572319666824442000000000000
totalVested(view returns (uint96)
355255508663350594583941608
Read-only
getPool(uint256 poolIdview returns (struct PoolParams)
getWallet(uint256 poolIdview returns (address)
releasableAmount(uint256 poolIdview returns (uint256)
vestedAmount(uint256 poolIdview returns (uint256)
State-modifying
addVestingPools(address[] walletsstruct PoolParams[] pools
claimErc20(address claimedTokenaddress touint256 amount
release(uint256 poolIduint256 amountreturns (uint256 released)
releaseTo(uint256 poolIdaddress accountuint256 amountreturns (uint256 released)
removeContract(
renounceOwnership(
transferOwnership(address newOwner
updatePoolTime(uint256 poolIduint32 startuint16 vestingDays
updatePoolWallet(uint256 poolIdaddress newWallet
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PoolAdded(uint256 indexed poolIdaddress indexed walletuint256 allocation
PoolUpdated(uint256 indexed poolIduint256 startuint256 vestingDays
Released(uint256 indexed poolIdaddress touint256 amount
WalletUpdated(uint256 indexedpoolIdaddress indexed newWallet
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.