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 "ROBOPEPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161490 | 22 days ago | | | 0 | 0.00079458110 | |
| 20710337 | 3 months ago | | | 0 | 0.000094962505 | |
| 20631057 | 3 months ago | | | 0 | 0.000035539741 | |
| 20467985 | 4 months ago | | | 0 | 0.00017972799 | |
| 20452073 | 4 months ago | | | 0 | 0.000046587000 | |
| 20434288 | 4 months ago | | | 0 | 0.00055926214 | |
| 20415086 | 4 months ago | | | 0 | 0.000077253549 | |
| 20265158 | 5 months ago | | | 0 | 0.000085011917 | |
| 20249594 | 5 months ago | | | 0 | 0.00012462857 | |
| 20227378 | 5 months ago | | | 0 | 0.00084759672 |
ABI
ABI objects
Getter at block 21315810
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
ROBO PEPE
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
0
symbol() view returns (string)
ROBOPEPE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
Addresslist(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFee(uint256 newBuyFee)
setSellFee(uint256 newSellFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAdress(address account, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenChargedFees(address indexed sender, uint256 amount, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _tokenName, string _tokensymbol, uint256 initialSupply, address _uniswapRouter)
This contract contains no fallback and receive objects.
This contract contains no error objects.