the metaverse game hub
Verified contract
Active on
Ethereum with 1,361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($18,857.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 18.819854K | $1.002 |
$18,857.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20630968 | 3 months ago | | | 0 | 0.000098325061 | |
| 20626568 | 3 months ago | | | 0 | 0.00010597045 | |
| 20614918 | 3 months ago | | | 0 | 0.00015288928 | |
| 20600643 | 3 months ago | | | 0 | 0.000042805111 | |
| 20591186 | 3 months ago | | | 0 | 0.00010541582 | |
| 20591171 | 3 months ago | | | 0 | 0.00011002956 | |
| 20567242 | 3 months ago | | | 0 | 0.000052428504 | |
| 20467256 | 3 months ago | | | 0 | 0.00035747529 | |
| 20453593 | 3 months ago | | | 0 | 0.000066625749 | |
| 20446273 | 3 months ago | | | 0 | 0.000072201196 |
ABI
ABI objects
Getter at block 21180310
controller() view returns (address)
0xf2da90a0fdf404c00c3c3ee8ca34b15270501ae0
creationBlock() view returns (uint256)
12266245
decimals() view returns (uint8)
18
name() view returns (string)
the metaverse game hub
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MGH
tokenFactory() view returns (address)
0x909d05f384d0663ed4be59863815ab43b4f347ec
totalSupply() view returns (uint256)
500000000000000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory, address _parentToken, uint256 _parentSnapShotBlock, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, bool _transfersEnabled)
fallback()
This contract contains no error objects.