Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NoVas"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20584306 | 3 months ago | | | 0 | 0.00029669197 | |
| 20584192 | 3 months ago | | | 0 | 0.00033047249 | |
| 20584192 | 3 months ago | | | 0 | 0.00033055789 | |
| 20584192 | 3 months ago | | | 0 | 0.00065567289 | |
| 20584189 | 3 months ago | | | 0 | 0.0047446923 | |
| 20584188 | 3 months ago | | | 0 | 0.00056424619 | |
| 20584187 | 3 months ago | | | 0 | 0.00024131207 | |
| 20584187 | 3 months ago | | | 0 | 0.00024131207 | |
| 20584187 | 3 months ago | | | 0 | 0.00024131207 | |
| 20584187 | 3 months ago | | | 0 | 0.00024131207 |
ABI
ABI objects
Getter at block 21171048
_totalSupply() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
NoVas
symbol() view returns (string)
NOVA
totalSupply() view returns (uint256 total)
10000000000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.