Shark Token
Verified contract
Active on
Ethereum with 1,068 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHSH | ERC-20 | 55 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9199703 | 5 years ago | | | 0 | 0.00010855500 | |
| 9199414 | 5 years ago | | | 0 | 0.000087070156 | |
| 8939331 | 5 years ago | | | 0 | 0.000036725000 | |
| 8756507 | 5 years ago | | | 0 | 0.000032395500 | |
| 8752751 | 5 years ago | | | 0 | 0.000021597000 | |
| 8733249 | 5 years ago | | | 0 | 0.00049319550 | |
| 8683169 | 5 years ago | | | 0 | 0.000054895500 | |
| 8661688 | 5 years ago | | | 0 | 0.000040186300 | |
| 8480836 | 5 years ago | | | 0 | 0.00018600000 | |
| 8463929 | 5 years ago | | | 0 | 0.00011345070 |
ABI
ABI objects
Getter at block 21188131
decimals() view returns (uint256)
18
name() view returns (string)
Shark Token
symbol() view returns (string)
SHSH
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.