Slash Token
Verified contract
Active on
Ethereum with 4,893 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9394590 | 5 years ago | | | 0 | 0.000074564000 | |
| 9190551 | 5 years ago | | | 0 | 0.00037270000 | |
| 9169300 | 5 years ago | | | 0 | 0.00020922520 | |
| 9169239 | 5 years ago | | | 0 | 0.00018629000 | |
| 9128919 | 5 years ago | | | 0 | 0.00017835200 | |
| 9128874 | 5 years ago | | | 0 | 0.00029835200 | |
| 9089111 | 5 years ago | | | 0 | 0.00017835200 | |
| 9009976 | 5 years ago | | | 0 | 0.00024431000 | |
| 9009961 | 5 years ago | | | 0 | 0.00057431000 | |
| 8974589 | 5 years ago | | | 0 | 0.00033219000 |
ABI
ABI objects
Getter at block 21263952
ONE_TOKEN() view returns (uint256)
1000000000000000000
TOTAL_TOKENS() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Slash Token
owner() view returns (address)
0x88ee4ae3c007db9fd8217881bd579b28957d1c5d
paused() view returns (bool)
false
symbol() view returns (string)
SLASH
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.