Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "vNil"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18946486 | a year ago | | | 0 | 0.0012322688 | |
| 18907168 | a year ago | | | 0 | 0.00034299760 | |
| 17588164 | a year ago | | | 0 | 0.0057967830 | |
| 16880900 | 2 years ago | | | 0 | 0.0016123361 | |
| 16755622 | 2 years ago | | | 0 | 0.0042393156 | |
| 16672982 | 2 years ago | | | 0 | 0.0042307825 | |
| 16613565 | 2 years ago | | | 0 | 0.0024060087 | |
| 16518284 | 2 years ago | | | 0 | 0.0019656499 | |
| 16469256 | 2 years ago | | | 0 | 0.0031134595 | |
| 16349539 | 2 years ago | | | 0 | 0.0025423276 |
ABI
ABI objects
Getter at block 21298675
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
decimals() view returns (uint8)
18
name() view returns (string)
vNil
nil() view returns (address)
0x47252a63c723889814aebcac0683e615624cec64
nilStaking() view returns (address)
0xec504e40aed023a403ad9b72af7fdf54126856fa
startTime() view returns (uint256)
1635418568
symbol() view returns (string)
VNIL
timePeriodInSeconds() view returns (uint256)
14428800
totalSupply() view returns (uint256)
34843273320591510162509632
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimableOf(address account) view returns (uint256)
claimedByAccount(address) view returns (uint128)
cumulativeScheduleInBPS(uint256) view returns (uint16)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
vestedOf(address account) view returns (uint256)
State-modifying
Events addMinter(address minter)
approve(address spender, uint256 amount) returns (bool)
claim(address recipient)
claimAndStake()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 initialAmount)
multiMint(address[] accounts, uint256[] initialAmounts)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setNilStaking(address nilStaking_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed claimer, uint256 initialAmount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address nil_, address dao, uint16[] cumulativeScheduleInBPS_, uint256 timePeriodInDays)
This contract contains no fallback and receive objects.
This contract contains no error objects.