AtlasNavi
Verified contract
Active on
Ethereum with 41,380 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,406.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NAVI | ERC-20 | 49.402481K | $0.170161 |
$8,406.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157652 | 21 minutes ago | | | 0 | 0.00036123209 | |
| 21157647 | 22 minutes ago | | | 0 | 0.00071207928 | |
| 21157646 | 22 minutes ago | | | 0 | 0.00036650185 | |
| 21157646 | 22 minutes ago | | | 0 | 0.00036650185 | |
| 21157630 | 25 minutes ago | | | 0 | 0.00041933466 | |
| 21157607 | 30 minutes ago | | | 0 | 0.00051817134 | |
| 21157578 | 36 minutes ago | | | 0 | 0.00050237938 | |
| 21157549 | 41 minutes ago | | | 0 | 0.00094581662 | |
| 21157506 | an hour ago | | | 0 | 0.00069967632 | |
| 21157491 | an hour ago | | | 0 | 0.00048515884 |
ABI
ABI objects
Getter at block 21157753
cap() view returns (uint256)
300000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Atlas Navi
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
NAVI
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
requests(uint256) view returns (address account, uint256 amount, uint256 execTimestamp)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
cancelMint(uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initMint(address account, uint256 amount)
mint(uint256 index)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
CancelMint(address account, uint256 amount, uint256 timestamp)
InitMint(address account, uint256 amount, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.