Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($303.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 303.15 | $1.001 |
$303.45 | |
NBU | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14747845 | 3 years ago | | | 0 | 0.0013592955 | |
| 14519398 | 3 years ago | | | 0 | 0.0011059034 | |
| 14326925 | 3 years ago | | | 0 | 0.00057041407 | |
| 13143061 | 3 years ago | | | 0 | 0.0018713103 | |
| 12904442 | 3 years ago | | | 0 | 0.0010594760 | |
| 12885929 | 3 years ago | | | 0 | 0.00043342200 | |
| 12885874 | 3 years ago | | | 0 | 0.00048158000 | |
| 12885857 | 3 years ago | | | 0 | 0.00048158000 | |
| 12769122 | 3 years ago | | | 0 | 0.00026486900 | |
| 12769112 | 3 years ago | | | 0 | 0.00024079000 |
ABI
ABI objects
Getter at block 21416453
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
deprecated() view returns (bool)
false
name() view returns (string)
Nimbus
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8f49d926608115dff1732b3f72bc8a899c0faf5b
paused() view returns (bool)
true
symbol() view returns (string)
NBU
totalSupply() view returns (uint96)
1000000000000000000000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
weth() view returns (address)
0x8f49d926608115dff1732b3f72bc8a899c0faf5b
Read-only
allowance(address account, address spender) view returns (uint256)
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)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 rawAmount) returns (bool)
burnByWeth(uint96 _tokens) returns (bool success)
burnTokens(uint96 _tokens) returns (bool success)
changeWeth(address transferWeth)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
deprecate(address newAddress)
multisend(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()
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)
Deprecate(address newAddress)
OwnershipTransferred(address indexed from, address indexed to)
Pause()
Transfer(address indexed from, address indexed to, uint256 amount)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.