Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MBTC | ERC-20 | 3B | -- | -- | |
BYANON | ERC-20 | 3B | -- | -- | |
DOGE | ERC-20 | 2B | -- | -- | |
TIME | ERC-20 | 1B | -- | -- | |
NMR | ERC-20 | 300M | -- | -- | |
BLG | ERC-20 | 300M | -- | -- | |
BPUG | ERC-20 | 150M | -- | -- | |
MAXX | ERC-20 | 30M | -- | -- | |
FIFOCAT | ERC-20 | 30M | -- | -- | |
PEPE | ERC-20 | 30M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23152139 | 10 days ago | | | 0 | 0.0000024381572 | |
| 23152085 | 10 days ago | | | 0 | 0.0000018622463 | |
| 23150080 | 10 days ago | | | 0 | 0.0000016344750 | |
| 23148550 | 10 days ago | | | 0 | 0.0000022099094 | |
| 23131663 | 10 days ago | | | 0 | 0.0000025396559 | |
| 23122153 | 10 days ago | | | 0 | 0.0000024372345 | |
| 22745785 | 19 days ago | | | 0 | 0.0000095909826 | |
| 22384839 | a month ago | | | 0 | 0.0000022797099 | |
| 22253638 | a month ago | | | 0 | 2.7870312e-7 | |
| 22253570 | a month ago | | | 0 | 3.6065676e-7 |
ABI
ABI objects
Getter at block 23572380
G8KEEP_FACTORY() view returns (address)
0x3c0b43867cd04fedfd6a95497e5ea7e3aff8ccae
nextVestingId() view returns (uint256)
30
Read-only
deploymentVestings(uint256) view returns (address recipient, uint40 vestingStart, uint40 vestingEnd, address token, uint40 lastClaim, uint128 amount, uint128 claimed, uint40 vestTime)
getVesting(uint256 _id) view returns (struct g8keepVesterDeploymentVesting)
vested(uint256 _id) view returns (uint256 vestedAmount)
State-modifying
Events claim(uint256 _id)
deploymentVest(address _deployer, uint256 _tokensToDeployer, uint256 _vestTime) returns (uint256 vestingId)
DeploymentVestClaimed(uint256 indexed id, address indexed recipient, address indexed token, uint256 amountClaimed)
DeploymentVestCreated(uint256 indexed id, address indexed recipient, address indexed token, uint128 amount, uint40 vestTime)
constructor(address _g8keepFactory)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidAmount()
InvalidCaller()
InvalidDuration()
InvalidVestingId()
NoTokensVested()