Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTWIN | ERC-20 | 88.889K | -- | -- | |
P2PX | ERC-20 | 250 | -- | -- | |
RIDE | ERC-20 | 100 | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
LVN | ERC-20 | 100 | -- | -- | |
FST | ERC-20 | 15 | -- | -- | |
FST | ERC-20 | 15 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9995432 | 5 years ago | | | 0 | 0.00017727600 | |
| 9967764 | 5 years ago | | | 0 | 0.00048750900 | |
| 9967713 | 5 years ago | | | 0 | 0.00095423022 | |
| 9955110 | 5 years ago | | | 0 | 0.00077819170 | |
| 9591947 | 5 years ago | | | 0 | 0.00043544800 | |
| 9585265 | 5 years ago | | | 0 | 0.00017607600 | |
| 9559005 | 5 years ago | | | 0 | 0.00018556879 | |
| 9450841 | 5 years ago | | | 0 | 0.00011822100 | |
| 9273800 | 5 years ago | | | 0 | 0.00019709500 | |
| 9173591 | 5 years ago | | | 0 | 0.00027593300 |
ABI
ABI objects
Getter at block 21261818
RESERVED_TOKENS_FOR_CRYPTO_EXCHANGES() view returns (uint256)
244936817000000000000000000
RESERVED_TOKENS_FOR_CYNOTRUST() view returns (uint256)
11551604000000000000000000
RESERVED_TOKENS_FOR_FINANCIAL_INSTITUTION() view returns (uint256)
77010700000000000000000000
RESERVED_TOKENS_FOR_FOUNDERS_AND_FOUNDATION() view returns (uint256)
201700456000000000000000000
RESERVED_TOKENS_FOR_FURTHER_TECH_DEVELOPMENT() view returns (uint256)
11551604000000000000000000
RESERVED_TOKENS_FOR_ICO() view returns (uint256)
139999994000000000000000000
RESERVED_TOKENS_FOR_ICO_BONUSES() view returns (uint256)
15756152000000000000000000
RESERVED_TOKENS_FOR_PLATFORM_OPERATIONS() view returns (uint256)
113010700000000000000000000
RESERVED_TOKENS_FOR_PRE_ICO() view returns (uint256)
59561520000000000000000000
RESERVED_TOKENS_FOR_ROI_ON_CAPITAL() view returns (uint256)
9626337000000000000000000
TOTAL_SUPPLY_VALUE() view returns (uint256)
884705884000000000000000000
addressIco() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
MOCROW
owner() view returns (address)
0x99cdea53b7b8eaea472675c33c798d038a1f0f82
paused() view returns (bool)
false
symbol() view returns (string)
MCW
totalSupply() view returns (uint256)
669388218000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenList(address) view returns (bool)
isFrozen(address _wallet) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address _wallet)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
renounceOwnership()
setIco(address _addressIco)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromIco(address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreezeAccount(address _wallet)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address indexed wallet, bool frozen)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _foundersFoundationReserve, address _platformOperationsReserve, address _roiOnCapitalReserve, address _financialInstitutionReserve, address _cynotrustReserve, address _cryptoExchangesReserve, address _furtherTechDevelopmentReserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.