Nimbus Governance Token
Verified contract
Active on
Ethereum with 34,495 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($283.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 282 | $1.004 |
$283.13 | |
NBU | ERC-20 | 23.13412K | -- | -- | |
GNBU | ERC-20 | 0.0013 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005702 | 22 days ago | | | 0 | 0.00023691800 | |
| 21005700 | 22 days ago | | | 0 | 0.00024754692 | |
| 20684310 | 2 months ago | | | 0 | 0.00010914200 | |
| 20684309 | 2 months ago | | | 0 | 0.00010868547 | |
| 20667379 | 2 months ago | | | 0 | 0.000022289620 | |
| 20667357 | 2 months ago | | | 0 | 0.000030448605 | |
| 20579125 | 3 months ago | | | 0 | 0.000077652096 | |
| 20576932 | 3 months ago | | | 0 | 0.00010386291 | |
| 20395876 | 3 months ago | | | 0 | 0.000048777000 | |
| 20321480 | 4 months ago | | | 0 | 0.00028314252 |
ABI
ABI objects
Getter at block 21166000
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
freeCirculation() view returns (uint256)
98357982655841005531461924
name() view returns (string)
Nimbus Governance Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb7c32046959298e7587c66f8253a6f43a886671a
paused() view returns (bool)
false
supportUnitsCnt() view returns (uint256)
0
symbol() view returns (string)
GNBU
totalSupply() view returns (uint96)
100000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
availableForTransfer(address account) view returns (uint256)
availableForUnvesting(address user) view returns (uint256 unvestAmount)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
supportUnits(uint256) view returns (address)
vesters(address) view returns (bool)
vestingInfo(address user, uint32 nonce) view returns (uint256 vestingAmount, uint256 unvestedAmount, uint256 vestingReleaseStartDate)
vestingNonces(address user) view returns (uint256 lastNonce)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 rawAmount) returns (bool)
burnTokens(uint256 rawAmount) returns (bool success)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
multisend(address[] to, uint256[] values) returns (uint256)
multivest(address[] to, uint256[] values) returns (uint256)
pause()
permit(address owner, address spender, uint256 rawAmount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address dst, uint256 rawAmount) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
transferOwnership(address transferOwner)
unpause()
unvest() returns (uint96 unvested)
updateSupportUnitAdd(address newSupportUnit)
updateSupportUnitRemove(uint256 supportUnitIndex)
updateVesters(address vester, bool isActive)
vest(address user, uint256 rawAmount)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed from, address indexed to)
Pause()
Transfer(address indexed from, address indexed to, uint256 amount)
Unpause()
Unvest(address user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.