DestructibleMiniMeToken
Verified contract
Active on
Ethereum with 87 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DestructibleMiniMeToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6105514 | 6 years ago | | | 0 | 0.0092553210 | |
| 6105463 | 6 years ago | | | 0 | 0.0078700200 | |
| 6105334 | 6 years ago | | | 0 | 0.0049682600 | |
| 6105240 | 6 years ago | | | 0 | 0.0063322000 | |
| 6105200 | 6 years ago | | | 0 | 0.0072316800 | |
| 6105122 | 6 years ago | | | 0 | 0.0056395040 | |
| 6105094 | 6 years ago | | | 0 | 0.0094408920 | |
| 6104980 | 6 years ago | | | 0 | 0.0072831379 | |
| 6104976 | 6 years ago | | | 0 | 0.0078700200 | |
| 6104886 | 6 years ago | | | 0 | 0.0027118800 |
ABI
ABI objects
Getter at block 21169884
controller() view returns (address)
[unknown]
creationBlock() view returns (uint256)
[unknown]
decimals() view returns (uint8)
[unknown]
name() view returns (string)
[unknown]
parentSnapShotBlock() view returns (uint256)
[unknown]
parentToken() view returns (address)
[unknown]
symbol() view returns (string)
[unknown]
tokenFactory() view returns (address)
[unknown]
totalSupply() view returns (uint256)
[unknown]
transfersEnabled() view returns (bool)
[unknown]
version() view returns (string)
[unknown]
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)
recycle()
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, address _terminator)
fallback()
This contract contains no error objects.