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 "nub base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 12668441 | 8 months ago | | | 0.0001 | 0.000000044167326000 | |
| 12668149 | 8 months ago | | | 0 | 0.000017997766 | |
| 12668118 | 8 months ago | | | 0 | 0.0000050310355 | |
| 12668113 | 8 months ago | | | 0 | 0.0000050310355 | |
| 12668106 | 8 months ago | | | 0 | 0.0000022394155 | |
| 12668096 | 8 months ago | | | 0 | 0.0000050310355 | |
| 12667839 | 8 months ago | | | 0 | 0.0000050310355 | |
| 12667618 | 8 months ago | | | 0 | 0.0000050310355 | |
| 12667591 | 8 months ago | | | 0 | 0.0000050310355 | |
| 12667576 | 8 months ago | | | 0 | 1.5236578e-7 |
ABI
ABI objects
Getter at block 23865037
decimals() view returns (uint8)
18
factory() view returns (address)
0x30a045f0a4ee395e84b668014706fe5f83e03595
name() view returns (string)
nub base
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
NUB
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, uint256 _initialSupply, address _initialHolder)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)