Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "NOA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20093590 | 5 months ago | | | 0 | 0.00043171800 | |
| 20070120 | 5 months ago | | | 0 | 0.00044368000 | |
| 19764279 | 6 months ago | | | 0 | 0.00057562400 | |
| 16854784 | 2 years ago | | | 0 | 0.0010779509 | |
| 15728242 | 2 years ago | | | 0 | 0.0010217326 | |
| 15483824 | 2 years ago | | | 0 | 0.00049647570 | |
| 15447031 | 2 years ago | | | 0 | 0.0021585900 | |
| 15444400 | 2 years ago | | | 0 | 0.0010978395 | |
| 15361287 | 2 years ago | | | 0 | 0.0021585900 | |
| 15247125 | 2 years ago | | | 0 | 0.00017041805 |
ABI
ABI objects
Getter at block 21161547
decimals() view returns (uint8)
9
getPublishedTimeStamp() view returns (uint256 _result)
123359958
name() view returns (string)
NOA
symbol() view returns (string)
NOA
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
releasedTokenAmount(address targetAddr) view returns (uint256)
withdrawalOf(address _address) view returns (uint256 _reserve)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
removeLockup(address targetAddr) returns (bool _result)
setLockup(uint8 ruleId, address targetAddr)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed account, uint256 amount)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name, address _owner, address _admin, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.