Balances ($0.00)
No balances found for "Inspem"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10012543 | 5 years ago | | | 0 | 0.00030124500 | |
| 8064158 | 5 years ago | | | 0 | 0.00045890400 | |
| 7862340 | 6 years ago | | | 0 | 0.00015296800 | |
| 7246619 | 6 years ago | | | 0 | 0.00035064880 | |
| 7220854 | 6 years ago | | | 0 | 0.00045633000 | |
| 7175256 | 6 years ago | | | 0 | 0.00013906800 | |
| 7077257 | 6 years ago | | | 0 | 0.00053242000 | |
| 7031351 | 6 years ago | | | 0 | 0.00067216200 | |
| 7031207 | 6 years ago | | | 0 | 0.00060262800 | |
| 6985773 | 6 years ago | | | 0 | 0.00076356000 |
ABI
ABI objects
Getter at block 21307166
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Inspem
owner() view returns (address)
0x3e886934d9d2414186ce54477f7cc3bbe164022a
saleAgent() view returns (address)
0x2024668c1bbf8f5d381f05d2307daf1f94dcf8df
symbol() view returns (string)
INP
totalSupply() view returns (uint256)
74187706250000000000000011
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setSaleAgent(address newSaleAgnet)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.