Mooners VIP pool 2
Verified contract
Active on
Ethereum with 128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEFO | ERC-20 | 5.747707 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12307121 | 4 years ago | | | 0 | 0.0022073200 | |
| 11951056 | 4 years ago | | | 0 | 0.0038729600 | |
| 11820888 | 4 years ago | | | 0 | 0.0084098560 | |
| 11800861 | 4 years ago | | | 0 | 0.0026576470 | |
| 11739714 | 4 years ago | | | 0 | 0.0037516200 | |
| 11739176 | 4 years ago | | | 0 | 0.0070328000 | |
| 11737834 | 4 years ago | | | 0 | 0.0044281600 | |
| 11733397 | 4 years ago | | | 0 | 0.0045368960 | |
| 11733048 | 4 years ago | | | 0 | 0.0024204000 | |
| 11733042 | 4 years ago | | | 0 | 0.0038729600 |
ABI
ABI objects
Getter at block 21410583
ERC20Interface() view returns (address)
0xe481f2311c774564d517d015e678c2736a25ddd3
earlyWithdrawReward() view returns (uint256)
0
name() view returns (string)
Mooners VIP pool 2
rewardBalance() view returns (uint256)
96000000000000000000
stakedBalance() view returns (uint256)
799576093723827063494
stakedTotal() view returns (uint256)
799576093723827063494
stakingCap() view returns (uint256)
800000000000000000000
stakingEnds() view returns (uint256)
1608858000
stakingStarts() view returns (uint256)
1608771600
tokenAddress() view returns (address)
0xe481f2311c774564d517d015e678c2736a25ddd3
totalReward() view returns (uint256)
96000000000000000000
withdrawEnds() view returns (uint256)
1611536400
withdrawStarts() view returns (uint256)
1611536399
Read-only
stakeOf(address account) view returns (uint256)
State-modifying
Events addReward(uint256 rewardAmount, uint256 withdrawableAmount) returns (bool)
stake(uint256 amount) returns (bool)
withdraw(uint256 amount) returns (bool)
PaidOut(address indexed token, address indexed staker_, uint256 amount_, uint256 reward_)
Refunded(address indexed token, address indexed staker_, uint256 amount_)
Staked(address indexed token, address indexed staker_, uint256 requestedAmount_, uint256 stakedAmount_)
constructor(string name_, address tokenAddress_, uint256 stakingStarts_, uint256 stakingEnds_, uint256 withdrawStarts_, uint256 withdrawEnds_, uint256 stakingCap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.