InsurePal token
Verified contract
Active on
Ethereum with 10,495 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CNN | ERC-20 | 128 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
DTA | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
ION | ERC-20 | 0.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21008457 | 22 days ago | | | 0 | 0.00067849841 | |
| 20895163 | a month ago | | | 0 | 0.00019812984 | |
| 20821233 | 2 months ago | | | 0 | 0.0018491160 | |
| 20501960 | 3 months ago | | | 0 | 0.000045221733 | |
| 19909711 | 6 months ago | | | 0 | 0.00014257937 | |
| 19904597 | 6 months ago | | | 0 | 0.00019064011 | |
| 19897392 | 6 months ago | | | 0 | 0.00019178049 | |
| 19684424 | 7 months ago | | | 0 | 0.00046066814 | |
| 19671761 | 7 months ago | | | 0 | 0.00033214644 | |
| 19655755 | 7 months ago | | | 0 | 0.00050637729 |
ABI
ABI objects
Getter at block 21163900
crowdsaleContractAddress() view returns (address)
0x0c411fffc6d3a8e4ca5f81bbc98b5b3eda8fc3c7
decimals() view returns (uint8)
18
lockedUntilBlock() view returns (uint256)
0
name() view returns (string)
InsurePal token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa7c5a457dacf6f1aeaf3d55b0538584e9c1dbd83
standard() view returns (string)
InsurePal token v1.0
symbol() view returns (string)
IPL
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _amount)
killContract()
lockUntil(uint256 _untilBlock, string _reason)
mint(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
ContractLocked(uint256 _untilBlock, string _reason)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.