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 "RoboHero"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13763979 | 7 months ago | | | 0 | 4.4479941e-7 | |
| 13763822 | 7 months ago | | | 0 | 4.4878504e-7 | |
| 13763687 | 7 months ago | | | 0 | 0.0000050899550 | |
| 13763653 | 7 months ago | | | 0 | 4.6064925e-7 | |
| 13763610 | 7 months ago | | | 0 | 4.6440047e-7 | |
| 13763161 | 7 months ago | | | 0 | 4.5528425e-7 | |
| 13763085 | 7 months ago | | | 0 | 4.5834033e-7 | |
| 13763027 | 7 months ago | | | 0 | 0.0000044331139 | |
| 13762855 | 7 months ago | | | 0 | 0.0000050899550 | |
| 13762834 | 7 months ago | | | 0 | 4.4607347e-7 |
ABI
ABI objects
Getter at block 22948744
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
RoboHero
owner() view returns (address)
0xca5a3af46ac999471d6d2aa96423fba9e974eb07
roboHeroWallet() view returns (address)
0x122d5b31da701792aeaa92bfa8a4e4eeef7e3fd1
sellFee() view returns (uint256)
0
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
symbol() view returns (string)
ROBO
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV3Pool() view returns (address)
0x3f973578c4eb7b4f9f6c6b7f86ed121815403006
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableSwap() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapRouter(address router, address mkWallet) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH() returns (bool)
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()
receive()
AddressInsufficientBalance(address account)