This contract is being backfilled. You may encounter incomplete storage history.

rio the base bird

Verified contract

Active on Base with 387 txns
Deployed by via 0xebd27045 at 12093412
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "rio the base bird"

0xc7fb620c744f082077e5ffef3155152273d15a47edd00e1cdd379650605a0ea3
0xd2213e87a52959edcc7c95b90b40a5f028078471396d8a993f78da75c3d4be88
0x629daa3cc1fbc2d35d558e26269b54cf3f0b7498fdf07a3ae90da8a03a1b6046
0x5200f0f6f22666f63fe5fc3a3e71dcffcccab72421fa942e1f9ebdf9c7d309b5
0x5512615cd11fa96ad930f75692d3a244dc3a9b9a3ef390a64bd5ea8fd50509c5
0xdf9f85e87bc6a14a8b5e7cd1b2c8e7676d89116ad5dd909a78674635316d2e52
0x9a8c43c7a3b5a81bf62371b5fb8e27d3721d7842c5a953395870445b2fb14999
0x2562b465660aba88b0b307adcb83fc114350040b80ea70c162ba40b966dab031
0xe8f4d594a12e5dede4c287019d5e38497ba312a3f12130ba8292b4dc942ed8ed
0xf4ef27880eac5d2395c3d873c7ab0dab3bdab219174f93be899aa4122b53eaab

Functions
Getter at block 21873637
UNISWAP_FACTORY(view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
UNISWAP_ROUTER(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
UNISWAP_V2_PAIR(view returns (address)
0xe6e864c39144b1ddad0f414dd91020d7190f4f57
buyTotalFees(view returns (uint256)
0
decimals(view returns (uint8)
18
fetchFees(view returns (bool)
false
limitsInEffect(view returns (bool)
false
maxBuy(view returns (uint256)
10000000000000000000000
maxSell(view returns (uint256)
5000000000000000000000
maxWallet(view returns (uint256)
20000000000000000000000
name(view returns (string)
rio the base bird
owner(view returns (address)
0x0000000000000000000000000000000000000000
rioWallet(view returns (address)
0x6399a648d7c1c8079896f93d2959771b41f693b7
sellTotalFees(view returns (uint256)
0
swapEnabled(view returns (bool)
true
symbol(view returns (string)
rio
taxedTokens(view returns (uint256)
0
tokenSwapThreshold(view returns (uint256)
5000000000000000000000
totalSupply(view returns (uint256)
1000000000000000000000000
tradingActive(view returns (bool)
true
tradingOpenedOnBlock(view returns (uint256)
12136481
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
whitelisted(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
excludeFromFees(address accountbool excluded
openTrading(
removeLimits(
renounceOwnership(
rescueERC20(address tokenAdduint256 amount
rescueETH(uint256 weiAmount
setNewFees(uint256 newBuyFeesuint256 newSellFees
setrioWallet(address _rioWallet
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateMaxBuy(uint256 newNum
updateMaxSell(uint256 newNum
updateMaxWallet(uint256 newNum
updateSwapTokensAtAmount(uint256 newAmount
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EnabledTrading(bool tradingActive
ExcludeFromFees(address indexed accountbool isExcluded
MaxTransactionExclusion(address _addressbool excluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RemovedLimits(
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiquidity
Transfer(address indexed fromaddress indexed touint256 value
UpdatedMaxBuy(uint256 newAmount
UpdatedMaxSell(uint256 newAmount
UpdatedMaxWallet(uint256 newAmount
UpdatedrioWallet(address indexed newWallet
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender