Decentralized Insurance Protocol
Verified contract
Active on
Ethereum with 18,613 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0039…4485
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158300 | 11 hours ago | | | 0 | 0.0014331222 | |
| 21143026 | 3 days ago | | | 0 | 0.00088867924 | |
| 21142965 | 3 days ago | | | 0 | 0.0012386849 | |
| 21139432 | 3 days ago | | | 0 | 0.00072437784 | |
| 21138639 | 3 days ago | | | 0 | 0.00083985517 | |
| 21136747 | 3 days ago | | | 0 | 0.0011194571 | |
| 21136667 | 3 days ago | | | 0 | 0.00053423164 | |
| 21130911 | 4 days ago | | | 0 | 0.00095572146 | |
| 21127452 | 5 days ago | | | 0 | 0.0014021430 | |
| 21119856 | 6 days ago | | | 0 | 0.00019186107 |
ABI
ABI objects
Getter at block 21161622
DipTokensale() view returns (address)
0x00391d08b3e68e476a774ada379258264eb74485
MAXIMUM_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Decentralized Insurance Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000001
paused() view returns (bool)
false
symbol() view returns (string)
DIP
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
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()
salvageTokens(address _token, address _to)
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.