FINANCE FOR LOANERS
Verified contract
Active on
Ethereum with 430 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd09e…f003
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FFL | ERC-20 | 6.4692 | -- | -- | |
FFL | ERC-20 | 6.339816 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12220269 | 4 years ago | | | 0 | 0.0035585480 | |
| 12220267 | 4 years ago | | | 0 | 0.0029193880 | |
| 12220257 | 4 years ago | | | 0 | 0.0038863090 | |
| 12220239 | 4 years ago | | | 0 | 0.0048221940 | |
| 12220190 | 4 years ago | | | 0 | 0.0031892750 | |
| 12220165 | 4 years ago | | | 0 | 0.0031892750 | |
| 11271860 | 4 years ago | | | 0 | 0.0010657680 | |
| 11265384 | 4 years ago | | | 0 | 0.00084535000 | |
| 11265001 | 4 years ago | | | 0 | 0.00061441600 | |
| 11264980 | 4 years ago | | | 0 | 0.00048769270 |
ABI
ABI objects
Getter at block 21289944
adminAddress() view returns (address)
0xd09e598e5c6b7955d46d7eb76a3857cad5a8f003
decimals() view returns (uint256)
8
maximumPurchase() view returns (uint256)
5000000000000000000
minimumPurchase() view returns (uint256)
2000000000000000000
name() view returns (string)
FINANCE FOR LOANERS
owner() view returns (address)
0x071f31dcdb0880fda3792baeb0c71c8fa6563e51
saleIsOn() view returns (bool)
false
symbol() view returns (string)
FFL
tokenPerEther() view returns (uint256)
1900000000
totalSupply() view returns (uint256)
3259364471012
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
buyToken() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setAdminAddress(address _address)
setMaximumPurchase(uint256 _value)
setMinimumPurchase(uint256 _value)
setTokenPerEther(uint256 _amount)
toggleSaleState()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawToken(address _token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.