DEFI Insurance Protocol
Verified contract
Active on
Ethereum with 288 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DEFI Insurance Protocol"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20857481 | a month ago | | | 0 | 0.00044337194 | |
| 20748273 | 2 months ago | | | 0 | 0.000073304249 | |
| 20508072 | 3 months ago | | | 0 | 0.000032897154 | |
| 20485749 | 3 months ago | | | 0 | 0.00023291716 | |
| 18741588 | a year ago | | | 0 | 0.0018745715 | |
| 17522438 | a year ago | | | 0 | 0.0011293381 | |
| 17233081 | a year ago | | | 0 | 0.0018496067 | |
| 17109084 | 2 years ago | | | 0 | 0.0017730329 | |
| 17061765 | 2 years ago | | | 0 | 0.0010008076 | |
| 16960272 | 2 years ago | | | 0 | 0.00092939956 |
ABI
ABI objects
Getter at block 21102705
_totalSupply() view returns (uint256)
300000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
DEFI Insurance Protocol
symbol() view returns (string)
DFIP
totalSupply() view returns (uint256)
300000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.