Real World Asses

Verified contract

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

No balances found for "Real World Asses"

0x170bdcd77fa23138cac9d00851f5289abbf34e0a194d074d1fa29653ed029363
0xbfdea8e5a4bfe0ab3b5fddaf8e70866f01087c34d55990a33943cee639c83584
0x824939eb6b5d9fd0929489a8de0c4f464de9ccc697c604e5a981a75bdd16c32f
0xa1d7e4ba2ba0b180df4419b4a9b36d874806eb90b0c7693e677daf426f11b1f5
0x05343103b3df47a76b65a0f9d3d5c9431f5d1217152920e4b1b1175c41865956
0x9af0318a2009c2392a349ecbdbb1bc56fdab39b54ae0543e1ebff11c1dcee0b8
0xe79331cbf94a36d9c0cb69d946f1633f99c4f1476d8e5fb28c06d59473cc7e3d
0x7fe8156c150c29f6a63b46de1965ec47c01907070f4133b3a371a54eadc04617
0x804bca9f09962e5927f928134a2497fca324e6d888b843f03c079cf60ac43e21
0x10b39fa1e6a176936c4877e594afd931def28b2fe22d0278c6d5992599f4d361

Functions
Getter at block 21884506
ARB_CHAIN_ID(view returns (uint256)
42161
AVAX_CHAIN_ID(view returns (uint256)
43114
BASE_CHAIN_ID(view returns (uint256)
8453
BLAST_CHAIN_ID(view returns (uint256)
81457
ETH_CHAIN_ID(view returns (uint256)
1
blockNumber(view returns (uint256)
0
buyTax(view returns (uint256)
0
changeMe(pure returns (uint256)
3
currentAllow(view returns (uint256)
0
decimals(view returns (uint8)
18
getChainID(view returns (uint256)
8453
getOpenedTrade(view returns (bool)
true
getPairAddress(view returns (address)
0xdb83fc5ba5c0f3e73501d55ee53a96ef72844c1b
name(view returns (string)
Real World Asses
openedTrade(view returns (bool)
true
owner(view returns (address)
0x60b14adbb3c933bd92e305ff441dbbe823b3e5c5
sellTax(view returns (uint256)
0
symbol(view returns (string)
RWASS
tokenAllowFeeAmount(view returns (uint256)
1111111000000000000000000
tokenName(view returns (string)
Real World Asses
tokenSymbol(view returns (string)
RWASS
totalSupply(view returns (uint256)
8888888888000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkUser(addressview returns (bool)
listRouter(uint256view returns (address)
userAmount(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
Approve(address[] list
addCheckUser(address userbool status
addLiquidityETH(address tokenuint256 amountTokenDesireduint256 amountTokenMinuint256 amountETHMinaddress touint256 deadlinepayable returns (uint256 amountTokenuint256 amountETHuint256 liquidity)
airdropTokens(address[] listuint256 amount
approve(address spenderuint256 valuereturns (bool)
chageNameAndSymbol(string newNamestring newSymbol
changeTokenAllowFeeAmount(uint256 amount
lauch(
removeLiquidityETH(address tokenuint256 liquidityuint256 amountTokenMinuint256 amountETHMinaddress touint256 deadlinereturns (uint256 amountTokenuint256 amountETH)
renounceOwnership(
setRouter(address _routeruint256 chainId
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawETH(
withdrawStuckToken(address token
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(uint256 _totalSupplyuint256 tokenAmountaddress deployeruint256 _tokenAllowFeeAmountbool transferToDeployer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account