Squeezer
Verified contract
Active on
Ethereum with 18,444 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 |
---|---|---|---|---|---|
SQR | ERC-20 | 43 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19622175 | 8 months ago | | | 0 | 0.00081727969 | |
| 13837435 | 3 years ago | | | 0 | 0.0029430921 | |
| 13118177 | 3 years ago | | | 0 | 0.0052396500 | |
| 13116143 | 3 years ago | | | 0 | 0.0029681150 | |
| 13116081 | 3 years ago | | | 0 | 0.0024792490 | |
| 13116040 | 3 years ago | | | 0 | 0.0025840060 | |
| 13116027 | 3 years ago | | | 0 | 0.0030379530 | |
| 13034780 | 3 years ago | | | 0 | 0.0015865753 | |
| 12995635 | 3 years ago | | | 0 | 0.0017949338 | |
| 12826741 | 3 years ago | | | 0 | 0.0010762740 |
ABI
ABI objects
Getter at block 21293106
INITIAL_SUPPLY() view returns (uint256)
187500000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Squeezer
owner() view returns (address)
0x89b94a6052cb4eed875e8f3b268b2be0c51851f3
symbol() view returns (string)
SQR
totalSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnRemainingTokens()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.