SyncFab Smart Manufacturing Blockchain
Verified contract
Active on
Ethereum with 29,320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($137.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MFG | ERC-20 | 124.43368K | $0.001107 |
$137.72 | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21258268
decimals() pure returns (uint8)
18
etoken2() pure returns (address)
0x331d077518216c07c87f4f18ba64cd384c411f84
etoken2Symbol() pure returns (bytes32)
0x4d46470000000000000000000000000000000000000000000000000000000000
getLatestVersion() pure returns (address)
0x3f107d2e732f78275d43e60c43d654a14d9a901b
getPendingVersion() pure returns (address)
0x0000000000000000000000000000000000000000
getPendingVersionTimestamp() pure returns (uint256)
0
multiAsset() pure returns (address)
0x331d077518216c07c87f4f18ba64cd384c411f84
name() pure returns (string)
SyncFab Smart Manufacturing Blockchain
symbol() pure returns (string)
MFG
totalSupply() pure returns (uint256)
868459135741433230000000000
Read-only
allowance(address _from, address _spender) pure returns (uint256)
balanceOf(address _owner) pure returns (uint256)
getVersionFor(address _sender) pure returns (address)
State-modifying
Events _forwardApprove(address _spender, uint256 _value, address _sender) returns (bool)
_forwardTransferFromToICAPWithReference(address _from, bytes32 _icap, uint256 _value, string _reference, address _sender) returns (bool)
_forwardTransferFromWithReference(address _from, address _to, uint256 _value, string _reference, address _sender) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
commitUpgrade() returns (bool)
emitApprove(address _from, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
init(address _etoken2, string _symbol, string _name) returns (bool)
optIn() returns (bool)
optOut() returns (bool)
proposeUpgrade(address _newVersion) returns (bool)
purgeUpgrade() returns (bool)
recoverTokens(uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromToICAP(address _from, bytes32 _icap, uint256 _value) returns (bool)
transferFromToICAP(address _from, string _icap, uint256 _value) returns (bool)
transferFromToICAPWithReference(address _from, bytes32 _icap, uint256 _value, string _reference) returns (bool)
transferFromToICAPWithReference(address _from, string _icap, uint256 _value, string _reference) returns (bool)
transferFromWithReference(address _from, address _to, uint256 _value, string _reference) returns (bool)
transferToICAP(bytes32 _icap, uint256 _value) returns (bool)
transferToICAP(string _icap, uint256 _value) returns (bool)
transferToICAPWithReference(bytes32 _icap, uint256 _value, string _reference) returns (bool)
transferToICAPWithReference(string _icap, uint256 _value, string _reference) returns (bool)
transferWithReference(address _to, uint256 _value, string _reference) returns (bool)
Approval(address indexed from, address indexed spender, uint256 value)
OptedIn(address sender, address version)
OptedOut(address sender, address version)
Transfer(address indexed from, address indexed to, uint256 value)
UpgradeCommited(address newVersion)
UpgradeProposed(address newVersion)
UpgradePurged(address newVersion)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.