MIND Token
Verified contract
Active on
Ethereum with 351 txns
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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11772450 | 4 years ago | | | 0 | 0.0046337966 | |
| 11772383 | 4 years ago | | | 0 | 0.0043518000 | |
| 10495058 | 4 years ago | | | 0 | 0.0030807700 | |
| 8583190 | 5 years ago | | | 0 | 0.00082649700 | |
| 8583188 | 5 years ago | | | 0 | 0.00012244400 | |
| 8583188 | 5 years ago | | | 0 | 0.00012244400 | |
| 8583186 | 5 years ago | | | 0 | 0.00018244400 | |
| 7483108 | 6 years ago | | | 0 | 0.00013057800 | |
| 6631902 | 6 years ago | | | 0 | 0.00093110000 | |
| 6621384 | 6 years ago | | | 0 | 0.0021472520 |
ABI
ABI objects
Getter at block 21329782
decimals() view returns (uint8)
18
fullTokenWallet() view returns (address)
0x8759a03b3beb1aa1a7ba765792cf83caae4f28e9
gettransferableStartTime() view returns (uint256)
219631127
name() view returns (string)
MIND Token
owner() view returns (address)
0xdfd5e09bb845d39bd05be4664271e471fa8da4e6
symbol() view returns (string)
MIND
tokenSaleContract() view returns (address)
0x203a118122f4b61ae8d09d57fcffe99600262706
totalSupply() view returns (uint256)
50000000000000000000000000
transferableStartTime() view returns (uint256)
1513692000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emergencyERC20Drain(address token, uint256 amount)
enableTransferEarlier()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _burner, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 tokenTotalAmount, uint256 _transferableStartTime, address _admin, address _fullTokenWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.