MSCToken
Verified contract
Active on
Ethereum with 8,857 txns
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 |
---|---|---|---|---|---|
MSC | ERC-20 | 100 | -- | -- | |
WOOL | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11600125 | 4 years ago | | | 0 | 0.011307957 | |
| 11600113 | 4 years ago | | | 0 | 0.0042700000 | |
| 11038623 | 4 years ago | | | 0 | 0.0018294241 | |
| 9628734 | 5 years ago | | | 0 | 0.00034312505 | |
| 9469321 | 5 years ago | | | 0 | 0.00038125000 | |
| 9271420 | 5 years ago | | | 0 | 0.00023089000 | |
| 9271417 | 5 years ago | | | 0 | 0.00025138740 | |
| 9271381 | 5 years ago | | | 0 | 0.000083120400 | |
| 9271373 | 5 years ago | | | 0 | 0.00035038740 | |
| 9263688 | 5 years ago | | | 0 | 0.00013846200 |
ABI
ABI objects
Getter at block 21158783
decimals() view returns (uint8)
18
maxMSC() view returns (uint256)
8000000000000000000000000000
name() view returns (string)
MSCToken
owner() view returns (address)
0x32bd8daef32cb82b040a11c2a0660af8a28a6d7a
symbol() view returns (string)
MSC
totalSupply() view returns (uint256)
8000000000000000000000000000
transfersEnabled() view returns (bool)
true
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)
burn(uint256 _value)
enableTransfers(bool _transfersEnabled)
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)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.