Real World Asses
Verified contract
Active on
Base with 16 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 "Real World Asses"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13640517 | 6 months ago | | | 0 | 1.6126090e-7 | |
| 13640499 | 6 months ago | | | 0 | 1.6153563e-7 | |
| 13640049 | 6 months ago | | | 0 | 0.000011842169 | |
| 13639649 | 6 months ago | | | 0 | 0.0000050211397 | |
| 13639590 | 6 months ago | | | 0 | 2.9267293e-7 | |
| 13638056 | 6 months ago | | | 0 | 0.0000050211397 | |
| 13638049 | 6 months ago | | | 0 | 0.0000050211397 | |
| 13638035 | 6 months ago | | | 0 | 0.0000050211397 | |
| 13638019 | 6 months ago | | | 0 | 0.0000050211397 | |
| 13638009 | 6 months ago | | | 0 | 0.0000050211397 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkUser(address) view returns (bool)
listRouter(uint256) view returns (address)
userAmount(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events Approve(address[] list)
addCheckUser(address user, bool status)
addLiquidityETH(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
airdropTokens(address[] list, uint256 amount)
approve(address spender, uint256 value) returns (bool)
chageNameAndSymbol(string newName, string newSymbol)
changeTokenAllowFeeAmount(uint256 amount)
lauch()
removeLiquidityETH(address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountETH)
renounceOwnership()
setRouter(address _router, uint256 chainId)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
withdrawStuckToken(address token)
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(uint256 _totalSupply, uint256 tokenAmount, address deployer, uint256 _tokenAllowFeeAmount, bool transferToDeployer)
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)