Shiny Valueless Token
Verified contract
Active on
Base with 414 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 |
---|---|---|---|---|---|
SHINY | ERC-20 | 48.311434K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19638816 | 2 months ago | | | 0 | 4.9286101e-7 | |
| 17043562 | 4 months ago | | | 0 | 3.5447619e-7 | |
| 14051253 | 7 months ago | | | 0 | 0.0000027384395 | |
| 12339921 | 8 months ago | | | 0 | 5.4754853e-7 | |
| 12130799 | 8 months ago | | | 0 | 9.4496148e-7 | |
| 9639464 | 10 months ago | | | 0 | 0.000000047054795424 | |
| 6477113 | a year ago | | | 0 | 0.000000000013236388 | |
| 5856224 | a year ago | | | 0 | 0.000000098988302062 | |
| 5694424 | a year ago | | | 0 | 2.6390720e-7 | |
| 5344186 | a year ago | | | 0 | 0.000000008645190592 |
ABI
ABI objects
Getter at block 22757237
DOMAIN_SEPARATOR() view returns (bytes32)
0xeecf20ffc3ca61a62ab11ac21836007f9276053f2efb6ef4669829c1ea6975e4
decimals() view returns (uint8)
18
name() view returns (string)
Shiny Valueless Token
symbol() view returns (string)
SHINY
totalSupply() view returns (uint256)
100000000000000000000000000
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.