Token Fabric
Unverified contract
Proxy
Active on
Base with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Token Fabric"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20191526 | 3 months ago | | | 0 | 3.2832626e-7 | |
| 20187281 | 3 months ago | | | 0 | 0.000073989808 | |
| 20187251 | 3 months ago | | | 0 | 0.000073997547 | |
| 20187124 | 3 months ago | | | 0 | 0.000074015359 | |
| 20073216 | 3 months ago | | | 0 | 0.000073834998 |
ABI
ABI objects
Getter at block 23825737
decimals() view returns (uint8)
18
name() view returns (string)
Token Fabric
pool() view returns (address)
0xe9e6fd934d4ac8b904a2eca9fa8f81f156774da9
symbol() view returns (string)
FAB
totalSupply() view returns (uint256)
1200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
buyTokens(address recipient, uint256 value)
init(string tokenName, string tokenSymbol)
sellTokens(address spender, uint256 value)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
SetupAlreadyCompleted()
UnauthorizedAccess()