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) |
---|---|---|---|---|---|---|---|
| 14097659 | 7 months ago | | | 0 | 0.0000011067232 | |
| 12178277 | 8 months ago | | | 0 | 0.000013159003 | |
| 12065895 | 8 months ago | | | 0 | 0.000015837994 | |
| 12065423 | 8 months ago | | | 0 | 0.0000076644773 | |
| 12065406 | 8 months ago | | | 0 | 0.000012174789 | |
| 7212158 | a year ago | | | 0.01 | 1.5095400e-7 | |
| 7102335 | a year ago | | | 0 | 0.000000000041067081 | |
| 6907379 | a year ago | | | 0.001 | 0.000000075480773850 | |
| 5833732 | a year ago | | | 0 | 0.000000013416122189 | |
| 5796176 | a year ago | | | 0.0005 | 0.000000000041436873 |
ABI
ABI objects
Getter at block 23084606
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xfae0c9ae552ea69267f427e4dace105e2adcc383bf0d4395785cb6d65246fe7e
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)
0x3c2c38a354f72d0d5cd1ac4b77bf7b0d86d0f80a
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()