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 | 4.137519K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079355 | 22 days ago | | | 0 | 1.2683675e-7 | |
| 19176154 | 2 months ago | | | 0 | 2.3298357e-7 | |
| 16897527 | 4 months ago | | | 0 | 1.2125495e-7 | |
| 14333353 | 6 months ago | | | 0 | 1.2257644e-7 | |
| 14333344 | 6 months ago | | | 0.25 | 0.000000308309556726 | |
| 14143196 | 6 months ago | | | 0 | 0.000000066644923407 | |
| 14100051 | 6 months ago | | | 0 | 1.7797516e-7 | |
| 12136984 | 7 months ago | | | 0 | 0.000048076657 | |
| 10137815 | 9 months ago | | | 0 | 0.000000029166464032 | |
| 10137037 | 9 months ago | | | 0 | 0.000000003340102197 |
ABI
ABI objects
Getter at block 22008324
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xb4008c47029583c08152d066037c4a4387de0d0f5abaa1dcfcd5b4f5a9ef7c79
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)
0xf9b7cf4be6f4cde37dd1a5b75187d431d94a4fcc
totalSupply() view returns (uint256 result)
100000000000000000000
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()