ASLTToken
Verified contract
Active on
Ethereum with 520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ASLTToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20906737 | a month ago | | | 0 | 0.00020625502 | |
| 19730159 | 7 months ago | | | 0 | 0.00013832190 | |
| 14893450 | 2 years ago | | | 0 | 0.0021256282 | |
| 14253351 | 3 years ago | | | 0 | 0.0024004763 | |
| 14251921 | 3 years ago | | | 0 | 0.0036717000 | |
| 14079452 | 3 years ago | | | 0 | 0.0036717000 | |
| 14066100 | 3 years ago | | | 0 | 0.0036729000 | |
| 14059264 | 3 years ago | | | 0 | 0.0036717000 | |
| 14049523 | 3 years ago | | | 0 | 0.0036717000 | |
| 13954597 | 3 years ago | | | 0 | 0.0046099715 |
ABI
ABI objects
Getter at block 21162287
decimals() view returns (uint8)
8
name() view returns (string)
ASLTToken
paused() view returns (bool)
false
symbol() view returns (string)
ASLT
totalSupply() view returns (uint256)
624204810235606
Read-only
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)
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)
executiveBurn(address owner, address burner, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.