yInsureNFT
Verified contract
Active on
Ethereum with 2,842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($249,544.42)
Native
Value
$443.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.134202 | $3,302.50 |
$443.2 | |
NXM | ERC-20 | 3.462666K | $71.91 |
$249,000.3 | |
DAI | ERC-20 | 101 | $0.999213 |
$100.92 | |
USD | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20721420 | 2 months ago | | | 0 | 0.00016635706 | |
| 19083689 | 10 months ago | | | 0 | 0.0016327676 | |
| 19056365 | 10 months ago | | | 0 | 0.00043142674 | |
| 19056352 | 10 months ago | | | 0 | 0.00037865475 | |
| 17145071 | 2 years ago | | | 0 | 0.00095300067 | |
| 16847947 | 2 years ago | | | 0 | 0.00078638110 | |
| 16457948 | 2 years ago | | | 0 | 0.00075209328 | |
| 16309206 | 2 years ago | | | 0 | 0.00070298355 | |
| 16168003 | 2 years ago | | | 0 | 0.0012951779 | |
| 16167948 | 2 years ago | | | 0 | 0.0011416229 |
ABI
ABI objects
Getter at block 21259061
baseURI() view returns (string)
distributorFeePercentage() view returns (uint256)
0
getMemberRoles() view returns (address)
0x055cc48f7968fd8640ef140610dd4038e1b03926
isOwner() view returns (bool)
false
name() view returns (string)
yInsureNFT
nxMaster() view returns (address)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
owner() view returns (address)
0x2d407ddb06311396fe14d4b49da5f0471447d45c
symbol() view returns (string)
yNFT
totalSupply() view returns (uint256)
1380
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCoverStatus(uint256 tokenId) view returns (uint8 coverStatus, bool payoutCompleted)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokens(uint256) view returns (uint256 expirationTimestamp, bytes4 coverCurrency, uint256 coverAmount, uint256 coverPrice, uint256 coverPriceNXM, uint256 expireTime, uint256 generationTime, uint256 coverId, bool claimInProgress, uint256 claimId)
withdrawableTokens(bytes4) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
buyCover(address coveredContractAddress, bytes4 coverCurrency, uint256[] coverDetails, uint16 coverPeriod, uint8 _v, bytes32 _r, bytes32 _s) payable
nxmTokenApprove(address _spender, uint256 _value)
redeemClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sellNXMTokens(uint256 amount)
setApprovalForAll(address to, bool approved)
submitClaim(uint256 tokenId)
switchMembership(address _newMembership)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther(address _recipient, uint256 _amount)
withdrawTokens(address _recipient, uint256 _amount, bytes4 _currency)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ClaimRedeemed(address receiver, uint256 value, bytes4 currency)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _distributorFeePercentage)
fallback()
This contract contains no error objects.