MiniMeToken
Verified contract
Active on
Ethereum with 106,352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,866.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.842K | $0.999332 |
$2,840.1 | |
MATIC | ERC-20 | 49 | $0.536599 |
$26.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270115 | 2 hours ago | | | 0 | 0.00062018816 | |
| 21269268 | 5 hours ago | | | 0 | 0.00081533720 | |
| 21269176 | 5 hours ago | | | 0 | 0.00097034998 | |
| 21269151 | 5 hours ago | | | 0 | 0.0012239113 | |
| 21269087 | 5 hours ago | | | 0 | 0.0013556215 | |
| 21268700 | 7 hours ago | | | 0 | 0.0010354965 | |
| 21268682 | 7 hours ago | | | 0 | 0.0013702309 | |
| 21268654 | 7 hours ago | | | 0 | 0.00088466101 | |
| 21268649 | 7 hours ago | | | 0 | 0.00090035152 | |
| 21268444 | 7 hours ago | | | 0 | 0.0014693136 |
ABI
ABI objects
Getter at block 21270661
controller() view returns (address)
0xf0cc626f04f0149f1f4ad3746b2589d6fa198b45
creationBlock() view returns (uint256)
10852634
decimals() view returns (uint8)
18
name() view returns (string)
Aavegotchi GHST Token
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GHST
tokenFactory() view returns (address)
0x909d05f384d0663ed4be59863815ab43b4f347ec
totalSupply() view returns (uint256)
52747802714255984837405480
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.