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 "S-AXiaL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12749130 | 3 years ago | | | 0 | 0.0014186813 | |
| 12749115 | 3 years ago | | | 0 | 0.00088107000 | |
| 11985701 | 4 years ago | | | 0 | 0.0034872552 | |
| 11923526 | 4 years ago | | | 0 | 0.0089066376 | |
| 11923523 | 4 years ago | | | 0 | 0.0088439148 | |
| 11923506 | 4 years ago | | | 0 | 0.0088418844 | |
| 11923494 | 4 years ago | | | 0 | 0.0088398540 | |
| 11923479 | 4 years ago | | | 0 | 0.0085283424 | |
| 11872675 | 4 years ago | | | 0 | 0.0074640132 | |
| 11872668 | 4 years ago | | | 0 | 0.0074640132 |
ABI
ABI objects
Getter at block 21205619
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
S-AXiaL
owner() view returns (address)
0x946dc1185b1f1120237c58ad6f09478085c8a089
paused() view returns (bool)
false
symbol() view returns (string)
S-AXL
totalSupply() view returns (uint256)
190000000000000000000000000
Read-only
airDropHistory(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
lockStatus(address) view returns (address)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dropToken(address[] receivers, uint256[] values)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
multiTransfer(address[] _to, uint256[] _amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
timeLockToken(address beneficiary, uint256 amount, uint256 releaseTime)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AirDrop(address _receiver, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address _receiver, uint256 _amount)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.