Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbffe…293a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 140 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20677134 | 2 months ago | | | 0 | 2.6498642e-7 | |
| 20651159 | 2 months ago | | | 0 | 2.3747823e-7 | |
| 20650723 | 2 months ago | | | 0 | 2.2498868e-7 | |
| 20650496 | 2 months ago | | | 0 | 2.1616744e-7 | |
| 20650149 | 2 months ago | | | 0 | 2.2407317e-7 | |
| 20647718 | 2 months ago | | | 0 | 2.3533033e-7 | |
| 20646939 | 2 months ago | | | 0 | 2.2074655e-7 | |
| 20644033 | 2 months ago | | | 0 | 2.4747113e-7 | |
| 20643660 | 2 months ago | | | 0 | 2.7876234e-7 | |
| 20643400 | 2 months ago | | | 0 | 3.9016650e-7 |
ABI
ABI objects
Getter at block 23627479
decimals() view returns (uint8)
18
deployer() view returns (address)
0xa07960237e9c49f930250b6f4a3a19535f649d79
description() view returns (string)
Valueless Memecoin for the Ride Protocol
imageURI() view returns (string)
https://rideswap.s3.us-east-1.amazonaws.com/pair-image/Brand%20ride%20token.png-1720091261
inBondingCurveMode() view returns (bool)
false
name() view returns (string)
Ride
nsfw() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xbffe3d2e45bb51bed390eccbfc753521e24f293a
symbol() view returns (string)
RIDE
telegram() view returns (string)
https://t.me/+kUIG7K19pbMzNjVi
totalSupply() view returns (uint256)
21000000000000000000000000
twitter() view returns (string)
https://x.com/peperidedog
website() view returns (string)
https://ride.wtf
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
mint(address to, uint256 amount)
renounceOwnership()
setPair(address _pair)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, string _description, string _imageURI, string _website, string _twitter, string _telegram, bool _nsfw, address _deployer)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)