Onchain Glasses
Verified contract
Active on
Base with 418 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000746 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22539758 | 5 days ago | | | 0 | 5.4293138e-7 | |
| 22539711 | 5 days ago | | | 0 | 5.4238936e-7 | |
| 22539653 | 5 days ago | | | 0 | 8.3336704e-7 | |
| 21167934 | a month ago | | | 0 | 5.6873682e-7 | |
| 21158142 | a month ago | | | 0 | 3.5565120e-7 | |
| 19522663 | 2 months ago | | | 0 | 1.9479946e-7 | |
| 18863759 | 3 months ago | | | 0 | 0.0000056966681 | |
| 18454767 | 3 months ago | | | 0 | 0.0000056104807 | |
| 17176536 | 4 months ago | | | 0 | 0.000000405125764338 | |
| 16672693 | 5 months ago | | | 0 | 9.9908890e-7 |
ABI
ABI objects
Getter at block 22758975
DOMAIN_SEPARATOR() view returns (bytes32)
0xc630711341139da9aafdbd590cb2fcedf88fdefc0dba586da03898ebbcd38b1a
decimals() view returns (uint8)
18
name() view returns (string)
Onchain Glasses
symbol() view returns (string)
GLASSES
totalSupply() view returns (uint256)
500000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.