MetaFabric
Verified contract
Active on
Ethereum with 5,187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MetaFabric"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21057904 | a month ago | | | 0 | 0.00022734272 | |
| 21057902 | a month ago | | | 0 | 0.00023007309 | |
| 21057902 | a month ago | | | 0 | 0.00023007309 | |
| 21057901 | a month ago | | | 0 | 0.00022866288 | |
| 21057900 | a month ago | | | 0 | 0.00023095322 | |
| 20842672 | 2 months ago | | | 0 | 0.00081723913 | |
| 20758074 | 2 months ago | | | 0 | 0.00021038955 | |
| 20758041 | 2 months ago | | | 0 | 0.00045009350 | |
| 20735627 | 2 months ago | | | 0 | 0.00045239970 | |
| 20637185 | 3 months ago | | | 0 | 0.000038773301 |
ABI
ABI objects
Getter at block 21258588
DOMAIN_SEPARATOR() view returns (bytes32)
0xb3121e098a379df478c5a7170a0fc69a6527e4fd135ce9e0ca7df48bbb0c73f2
decimals() view returns (uint8)
18
name() view returns (string)
MetaFabric
symbol() view returns (string)
FABRIC
totalSupply() view returns (uint256)
980108000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.