Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FABA | ERC-20 | 1.3K | -- | -- | |
FABA | ERC-20 | 1.3K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9231734 | 5 years ago | | | 0 | 0.000024863000 | |
| 9151862 | 5 years ago | | | 0 | 0.000024863000 | |
| 8805040 | 5 years ago | | | 0 | 0.000024623000 | |
| 8784431 | 5 years ago | | | 0 | 0.000029547600 | |
| 8784424 | 5 years ago | | | 0 | 0.000029547600 | |
| 8779641 | 5 years ago | | | 0 | 0.000024623000 | |
| 8730805 | 5 years ago | | | 0 | 0.000024623000 | |
| 8667340 | 5 years ago | | | 0 | 0.000024623000 | |
| 8588202 | 5 years ago | | | 0 | 0.00036934500 | |
| 8586511 | 5 years ago | | | 0 | 0.00047768620 |
ABI
ABI objects
Getter at block 21214223
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
FABA
owner() view returns (address)
0xd8c55ede1d54192c14b92ea7dc2646a51264cfef
saleAgent() view returns (address)
0xb5b50277f772feca093d5e389e7dfaa94cb9cfd6
symbol() view returns (string)
FABA
totalSupply() view returns (uint256)
13704648565572252547410970952531151901206343336622
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setSaleAgent(address newSaleAgnet)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.