ArmorNFT
Verified contract
Active on
Ethereum with 1,321 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x01bf…d07e
0x181a…8f91
0xd7c4…cf3b
Balances ($58,408.56)
Native
Value
$31,536.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 10 | $3,153.66 |
$31,536.6 | |
NXM | ERC-20 | 377.203302 | $71.24 |
$26,871.96 | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18739598 | a year ago | | | 0 | 0.00082412809 | |
| 18335859 | a year ago | | | 0 | 0.00046371223 | |
| 16723363 | 2 years ago | | | 0 | 0.00088311274 | |
| 15930976 | 2 years ago | | | 0 | 0.00078653900 | |
| 15925873 | 2 years ago | | | 0 | 0.00046606310 | |
| 15920188 | 2 years ago | | | 0.0021355236 | 0.010694088 | |
| 15729263 | 2 years ago | | | 0 | 0.00099163786 | |
| 15657184 | 2 years ago | | | 0 | 0.00012650351 | |
| 15632380 | 2 years ago | | | 0.0021355236 | 0.0095542709 | |
| 15495604 | 2 years ago | | | 0.0021355236 | 0.0072783226 |
ABI
ABI objects
Getter at block 21201734
baseURI() view returns (string)
getMemberRoles() view returns (address)
0x055cc48f7968fd8640ef140610dd4038e1b03926
isOwner() view returns (bool)
false
name() view returns (string)
ArmorNFT
nxMaster() view returns (address)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
nxmToken() view returns (address)
0xd7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b
owner() view returns (address)
0x1f28ed9d4792a567dad779235c2b766ab84d8e33
swapActivated() view returns (bool)
true
symbol() view returns (string)
arNFT
totalSupply() view returns (uint256)
827
ynft() view returns (address)
0x181aea6936b407514ebfc0754a37704eb8d98f91
Read-only
balanceOf(address owner) view returns (uint256)
claimIds(uint256) view returns (uint256)
coverCurrencies(bytes4) view returns (address)
coverPrices(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCoverStatus(uint256 _tokenId) view returns (uint8 coverStatus, bool payoutCompleted)
getToken(uint256 _tokenId) view returns (uint256 cid, uint8 status, uint256 sumAssured, uint16 coverPeriod, uint256 validUntil, address scAddress, bytes4 currencyCode, uint256 premiumNXM, uint256 coverPrice, uint256 claimId)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
swapIds(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activateSwap()
addCurrency(bytes4 _coverCurrency, address _coverCurrencyAddress)
approve(address to, uint256 tokenId)
approveToken(address _tokenAddress)
batchSwapYnft(uint256[] _tokenIds)
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)
setApprovalForAll(address to, bool approved)
submitClaim(uint256 _tokenId)
swapYnft(uint256 _ynftTokenId)
switchMembership(address _newMembership)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BuyCover(uint256 indexed coverId, address indexed buyer, address indexed coveredContract, bytes4 currency, uint256 coverAmount, uint256 coverPrice, uint256 startTime, uint16 coverPeriod)
ClaimRedeemed(address indexed receiver, bytes4 indexed currency, uint256 value)
ClaimSubmitted(uint256 indexed coverId, uint256 indexed claimId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwappedYInsure(uint256 indexed yInsureTokenId, uint256 indexed coverId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _nxMaster, address _ynft, address _nxmToken)
fallback()
This contract contains no error objects.