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 "WrappedFriend"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14099996 | 7 months ago | | | 0 | 6.2473513e-7 | |
| 4830382 | a year ago | | | 0 | 0.0000026358782 | |
| 4830345 | a year ago | | | 0.014 | 0.0000036254800 | |
| 3604594 | a year ago | | | 0 | 5.4281122e-7 | |
| 3159892 | a year ago | | | 0 | 0.000014110160 |
ABI
ABI objects
Getter at block 22948044
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xdd854fbc7166ff6abbb9cf7682966a875ee291452bb218414a91573c60b390a8
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)
0xee0964acdb4e133c3efb6c5f02ff4004a438334d
totalSupply() view returns (uint256 result)
200000000000000000000
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()