Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
iRYDE | ERC-20 | 13.416656M | $0.000001 |
$10.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21351811 | 9 days ago | | | 0 | 0.0010659350 | |
| 20921956 | 2 months ago | | | 0 | 0.0017106606 | |
| 20734908 | 3 months ago | | | 0 | 0.00014231918 | |
| 20734888 | 3 months ago | | | 0 | 0.00013098373 | |
| 20734795 | 3 months ago | | | 0 | 0.00016482569 | |
| 20725032 | 3 months ago | | | 0 | 0.000089251707 | |
| 20561128 | 4 months ago | | | 0 | 0.000063109266 | |
| 20461721 | 4 months ago | | | 0 | 0.00046708169 | |
| 20247508 | 5 months ago | | | 0 | 0.00010348453 | |
| 20148614 | 6 months ago | | | 0 | 0.00012375913 |
ABI
ABI objects
Getter at block 21419515
burnFee() view returns (uint256)
10
decimals() view returns (uint8)
18
driverWallet() view returns (address)
0xa47e340a4d1620db3aadf7aac57c855872c2c814
marketingFeeOnBuy() view returns (uint256)
3
marketingFeeOnSell() view returns (uint256)
3
name() view returns (string)
iRYDE
owner() view returns (address)
0xcb2161af7a115edaf9cdcd0e1089a3562d5979d3
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
20000000000000000000000000
symbol() view returns (string)
iRYDE
totalSupply() view returns (uint256)
100000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xbee8787f615bd90c320c81c72a7c9972b0fe13fe
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeDriverWallet(address _driverWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DriverWalletChanged(address driverWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendFees(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.