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 | 281.081421 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5533153 | a year ago | | | 0 | 0.000069702583 | |
| 2995543 | a year ago | | | 0 | 0.000000000004782645 | |
| 2991376 | a year ago | | | 0 | 0.0000048735790 | |
| 2991374 | a year ago | | | 0 | 0.0000048735790 | |
| 2991355 | a year ago | | | 0 | 0.000000000025686055 | |
| 2989552 | a year ago | | | 0 | 0.000000000250114620 | |
| 2946207 | a year ago | | | 0 | 0.000000000006607737 | |
| 2915664 | a year ago | | | 0 | 0.000000000120785820 | |
| 2915643 | a year ago | | | 0 | 0.000000000126129294 | |
| 2911465 | a year ago | | | 0 | 0.000000024815799351 |
ABI
ABI objects
Getter at block 23261633
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x30660ae35acaaad54905929114c469aa31aa9a4f732bf50d07683bf3c4f09c37
FRIENDTECH() view returns (address)
0xcf205808ed36593aa40a44f10c7f7c2f67d4a4d4
MULTIPLIER() view returns (uint256)
100
decimals() view returns (uint8)
18
factory() view returns (address)
0x68250bf6d105fe33f3120c5aff385160d54eb5f2
name() view returns (string)
WrappedFriend
symbol() view returns (string)
WF
target() view returns (address)
0x11cf1e83ace735a1224536686e8ad38e3e765b35
totalSupply() view returns (uint256 result)
1000000000000000000000
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()