Slash Token
Verified contract
Active on
Ethereum with 2,365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Slash Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12785555 | 3 years ago | | | 0 | 0.00074369800 | |
| 12785530 | 3 years ago | | | 0 | 0.0018084850 | |
| 12771628 | 3 years ago | | | 0 | 0.00023485203 | |
| 12771590 | 3 years ago | | | 0 | 0.000097855000 | |
| 12358628 | 4 years ago | | | 0 | 0.00059838332 | |
| 12345337 | 4 years ago | | | 0 | 0.0010374900 | |
| 12221974 | 4 years ago | | | 0 | 0.0028927201 | |
| 12193008 | 4 years ago | | | 0 | 0.0065853061 | |
| 11653247 | 4 years ago | | | 0 | 0.0035299710 | |
| 11540058 | 4 years ago | | | 0 | 0.0017783640 |
ABI
ABI objects
Getter at block 21329068
decimals() view returns (uint8)
18
name() view returns (string)
Slash Token
symbol() view returns (string)
SLAT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address founder)
This contract contains no fallback and receive objects.
This contract contains no error objects.