Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Trend | ERC-20 | 11.223019K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20682689 | 2 months ago | | | 0 | 1.6701059e-7 | |
| 15889604 | 5 months ago | | | 0 | 6.9728247e-7 | |
| 15464977 | 6 months ago | | | 0 | 2.8511240e-7 | |
| 15403620 | 6 months ago | | | 0 | 1.7374320e-7 | |
| 15262510 | 6 months ago | | | 0 | 0.000000047056101537 | |
| 14165310 | 7 months ago | | | 0 | 0.000069814112 | |
| 14099892 | 7 months ago | | | 0 | 0.000000206037577450 | |
| 13509995 | 7 months ago | | | 0 | 0.000000067351479087 | |
| 12677125 | 8 months ago | | | 0 | 0.000000069805900000 | |
| 12209095 | 8 months ago | | | 0 | 0.0000035865722 |
ABI
ABI objects
Getter at block 22778827
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x4fbfdc4439d6f6a3fc1a203d916b00350f61f31d835c2100907f78e240d6a493
FRIENDTECH() view returns (address)
0xcf205808ed36593aa40a44f10c7f7c2f67d4a4d4
MULTIPLIER() view returns (uint256)
100
decimals() view returns (uint8)
18
factory() view returns (address)
0x68250bf6d105fe33f3120c5aff385160d54eb5f2
name() view returns (string)
RacerInu
symbol() view returns (string)
Racer
target() view returns (address)
0x29e264a8ca0c68650d2288626062fd6fcb938abb
totalSupply() view returns (uint256 result)
2000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 shares) returns (uint256 proceeds)
decreaseAllowance(address spender, uint256 difference) returns (bool)
increaseAllowance(address spender, uint256 difference) returns (bool)
initialize(address _target)
mint(uint256 shares) payable returns (uint256 refund)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setNameAndSymbol(string __name, string __symbol)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
receive()
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()