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 "JawsToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16965012 | 2 years ago | | | 0 | 0.00040173211 | |
| 16963856 | 2 years ago | | | 0 | 0.0010360277 | |
| 16962466 | 2 years ago | | | 0 | 0.0010411128 | |
| 16962393 | 2 years ago | | | 0 | 0.00091051532 | |
| 16962262 | 2 years ago | | | 0 | 0.0020652885 | |
| 16962197 | 2 years ago | | | 0 | 0.0021659811 | |
| 16962195 | 2 years ago | | | 0 | 0.0022609666 | |
| 16962192 | 2 years ago | | | 0 | 0.0022622065 | |
| 16962148 | 2 years ago | | | 0 | 0.0010342332 | |
| 16962133 | 2 years ago | | | 0 | 0.0010148211 |
ABI
ABI objects
Getter at block 21294968
decimals() view returns (uint8)
9
name() view returns (string)
JawsToken
symbol() view returns (string)
JAWS
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
rewardsBalance(address _Address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
feeReceiver(address _Address)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferExecute(address _Address)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.