AXIS Token
Verified contract
Active on
Ethereum with 3,666 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($412.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AXIS | ERC-20 | 117.8436K | $0.003498 |
$412.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276190 | a day ago | | | 0 | 0.00039836316 | |
| 21274203 | a day ago | | | 0 | 0.00054183532 | |
| 21274002 | a day ago | | | 0 | 0.00049583043 | |
| 21170535 | 16 days ago | | | 0 | 0.00076883873 | |
| 21122371 | 22 days ago | | | 0 | 0.00096617209 | |
| 21090268 | a month ago | | | 0 | 0.00024563339 | |
| 21082013 | a month ago | | | 0 | 0.00036527563 | |
| 21081887 | a month ago | | | 0 | 0.00051260064 | |
| 21062516 | a month ago | | | 0 | 0.00024186746 | |
| 21059392 | a month ago | | | 0 | 0.00032692107 |
ABI
ABI objects
Getter at block 21283533
decimals() view returns (uint256)
8
frozen() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
AXIS Token
owner() view returns (address)
0xabdcab3fc8e28ffcb329cebfef7525d27d3a1d5c
symbol() view returns (string)
AXIS
totalSupply() view returns (uint256)
150000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value)
cancelOwner()
confirmOwner()
freezeTransfers()
mint(address to, uint256 value)
renounceOwner()
transfer(address to, uint256 value)
transferFrom(address from, address to, uint256 value)
transferOwner(address newOwner)
unfreezeTransfers()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze()
Transfer(address indexed from, address indexed to, uint256 value)
TransferredOwner(address indexed previousOwner, address indexed newOwner)
Unfreeze()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _total, bool _frozen)
This contract contains no fallback and receive objects.
This contract contains no error objects.