Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa29e…e2b3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STKP | ERC-20 | 13.968K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141728 | 4 days ago | | | 0 | 0.00079212018 | |
| 21072892 | 13 days ago | | | 0 | 0.0019860292 | |
| 20933029 | a month ago | | | 0 | 0.00074640085 | |
| 20933028 | a month ago | | | 0 | 0.00080038394 | |
| 20897026 | a month ago | | | 0 | 0.00094589777 | |
| 20896966 | a month ago | | | 0 | 0.0011388696 | |
| 20723431 | 2 months ago | | | 0 | 0.00044830499 | |
| 20605059 | 3 months ago | | | 0 | 0.000039221977 | |
| 20503707 | 3 months ago | | | 0 | 0.00014676984 | |
| 20241548 | 4 months ago | | | 0 | 0.00063038615 |
ABI
ABI objects
Getter at block 21167352
controller() view returns (address)
0x4c3bef15b0602386692ed1f05d69f470cd25fd42
creationBlock() view returns (uint256)
11111784
decimals() view returns (uint8)
18
name() view returns (string)
Pteria
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PTERIA
tokenFactory() view returns (address)
0xa29ef584c389c67178ae9152ac9c543f9156e2b3
totalSupply() view returns (uint256)
7200000000000000000000000
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.