Vanilla Network
Verified contract
Active on
Ethereum with 8,335 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 |
---|---|---|---|---|---|
VNLA | ERC-20 | 337.315275K | -- | -- | |
VNTW | ERC-20 | 1.081482K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20253229 | 5 months ago | | | 0 | 0.000044055362 | |
| 20199562 | 5 months ago | | | 0 | 0.000076893877 | |
| 20068370 | 5 months ago | | | 0 | 0.00026600160 | |
| 19900382 | 6 months ago | | | 0 | 0.000063160158 | |
| 19851703 | 6 months ago | | | 0 | 0.000090288612 | |
| 19834838 | 7 months ago | | | 0 | 0.00010026748 | |
| 19541761 | 8 months ago | | | 0 | 0.00073084107 | |
| 19525740 | 8 months ago | | | 0 | 0.00088493018 | |
| 19521850 | 8 months ago | | | 0 | 0.00066371360 | |
| 19497592 | 8 months ago | | | 0 | 0.0014176547 |
ABI
ABI objects
Getter at block 21264238
decimals() view returns (uint256)
18
name() view returns (string)
Vanilla Network
owner() view returns (address)
0xfa50b82cbf2942008a097b6289f39b1bb797c5cd
stakedCoins() view returns (uint256)
303315965038300232547078
stakingOpen() view returns (bool)
true
symbol() view returns (string)
VNLA
totalRewardsClaimed() view returns (uint256)
89883887810380454893729
totalSupply() view returns (uint256)
787903564118855367296950
Read-only
activeStake(address _user) view returns (uint256)
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
pendingReward(address _user) view returns (uint256)
rewardsClaimed(address _user) view returns (uint256 rewardClaimed)
stakingStartedAt(address user) view returns (uint256)
State-modifying
Events STAKE(uint256 _tokens) returns (bool)
UNSTAKE(uint256 tokens) returns (bool)
approve(address spender, uint256 tokens) returns (bool success)
claimReward() returns (bool)
openStaking()
reinvest()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address icoContract, address _airdropContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.