DestructibleMiniMeToken
Verified contract
Active on
Ethereum with 68 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) |
---|---|---|---|---|---|---|---|
| 6022658 | 6 years ago | | | 0 | 0.0031934100 | |
| 6022586 | 6 years ago | | | 0 | 0.0031914900 | |
| 6022231 | 6 years ago | | | 0 | 0.0031934100 | |
| 6022170 | 6 years ago | | | 0 | 0.0022599000 | |
| 6022020 | 6 years ago | | | 0 | 0.0027138000 | |
| 6021867 | 6 years ago | | | 0 | 0.0027118800 | |
| 6021841 | 6 years ago | | | 0 | 0.0027138000 | |
| 6021621 | 6 years ago | | | 0 | 0.0027118800 | |
| 6021427 | 6 years ago | | | 0 | 0.0031914900 | |
| 6021215 | 6 years ago | | | 0 | 0.0025743600 |
ABI
ABI objects
Getter at block 21188029
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.