Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GET | ERC-20 | 46.558596K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
BWRT | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19044159 | 10 months ago | | | 0 | 0.00079599927 | |
| 18749993 | a year ago | | | 0 | 0.0026812650 | |
| 18626936 | a year ago | | | 0 | 0.0016929900 | |
| 18219260 | a year ago | | | 0 | 0.00080645487 | |
| 18219260 | a year ago | | | 0 | 0.00080645487 | |
| 18218687 | a year ago | | | 0 | 0.00042582169 | |
| 18210464 | a year ago | | | 0 | 0.00042176972 | |
| 17241323 | a year ago | | | 0 | 0.0069320408 | |
| 17206625 | 2 years ago | | | 0 | 0.0031412415 | |
| 17199861 | 2 years ago | | | 0 | 0.0088449475 |
ABI
ABI objects
Getter at block 21163467
creator() view returns (address)
0xe15ce8b087528448df8f0cdab03c34c687943412
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Themis
owner() view returns (address)
0x71d87b041ed9917a4a52fcba6b21c23f4bb29ca8
paused() view returns (bool)
false
symbol() view returns (string)
GET
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _tokenName, string _tokenSymbol, uint256 _tokenDecimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.