Solana Classic
Verified contract
Active on
Ethereum with 912 txns
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 "Solana Classic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20705569 | 2 months ago | | | 0 | 0.000060221200 | |
| 20511202 | 3 months ago | | | 0 | 0.000059697271 | |
| 20447586 | 3 months ago | | | 0 | 0.000055071402 | |
| 20446577 | 3 months ago | | | 0 | 0.00012901655 | |
| 20406629 | 3 months ago | | | 0 | 0.00015090272 | |
| 20324502 | 4 months ago | | | 0 | 0.00044463277 | |
| 20303238 | 4 months ago | | | 0 | 0.00010464458 | |
| 20279103 | 4 months ago | | | 0 | 0.00017902336 | |
| 20246679 | 4 months ago | | | 0 | 0.00013824032 | |
| 20244687 | 4 months ago | | | 0 | 0.00013368838 |
ABI
ABI objects
Getter at block 21165138
decimals() view returns (uint8)
18
name() view returns (string)
Solana Classic
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SOLC
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x30ad2a41a0401d7591be3a2a99c7dab8a0a15fcb
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nomorewhales(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
tradingLive()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unwantedWallets(address[] wallets_)
wantedWallets(address wallets)
Approval(address indexed owner, address indexed spender, uint256 value)
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.