FRIENDS WITH BENEFITS
Verified contract
Active on
Ethereum with 2,832 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FRIENDS WITH BENEFITS"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258976 | 12 hours ago | | | 0 | 0.00048037884 | |
| 21247108 | 2 days ago | | | 0 | 0.00065828052 | |
| 21214437 | 7 days ago | | | 0 | 0.00031794525 | |
| 21136809 | 18 days ago | | | 0 | 0.00080741013 | |
| 21119029 | 20 days ago | | | 0 | 0.00019202331 | |
| 20839460 | 2 months ago | | | 0 | 0.00035600176 | |
| 20636085 | 3 months ago | | | 0 | 0.000057616874 | |
| 20573870 | 3 months ago | | | 0 | 0.000043029322 | |
| 20551238 | 3 months ago | | | 0 | 0.000026689300 | |
| 20530091 | 3 months ago | | | 0 | 0.000095130711 |
ABI
ABI objects
Getter at block 21262416
decimals() view returns (uint8)
4
name() view returns (string)
FRIENDS WITH BENEFITS
symbol() view returns (string)
FWB
totalSupply() view returns (uint256)
100000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256[3] _proportions, address _vestingBeneficiary, address _platformWallet, address _tokenVestingInstance)
This contract contains no fallback and receive objects.
This contract contains no error objects.