Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xad2b…5c8e
Balances ($218.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.05655 | $3,337.93 |
$188.76 | |
PLSB | ERC-20 | 3.52048K | $0.008334 |
$29.34 | |
HXA | ERC-721 | 1 | -- | -- | |
HXA | ERC-721 | 1 | -- | -- | |
HXA | ERC-721 | 1 | -- | -- | |
HXA | ERC-721 | 1 | -- | -- | |
HXA | ERC-721 | 1 | -- | -- | |
HXA | ERC-721 | 1 | -- | -- | |
HXA | ERC-721 | 1 | -- | -- | |
HXA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18004608 | a year ago | | | 0 | 0.00056261015 | |
| 16986278 | 2 years ago | | | 0 | 0.0089112615 | |
| 16744682 | 2 years ago | | | 0 | 0.0019532779 | |
| 16613789 | 2 years ago | | | 0 | 0.0012375617 | |
| 16613732 | 2 years ago | | | 0 | 0.0046811862 | |
| 16613700 | 2 years ago | | | 0 | 0.00085674406 | |
| 16609719 | 2 years ago | | | 0 | 0.00071489558 | |
| 16461338 | 2 years ago | | | 0 | 0.0032660699 | |
| 16449320 | 2 years ago | | | 0 | 0.0022447123 | |
| 16440246 | 2 years ago | | | 0 | 0.00070650918 |
ABI
ABI objects
Getter at block 21260359
counter() view returns (uint256)
58
feeCollector() view returns (address)
0x0000000000000000000000000000000000000000
marketplace() view returns (address)
0xad2bf4113d54c58c092ae9e65dd3888e81ab5c8e
name() view returns (string)
HEXART
owner() view returns (address)
0x4389dfbef9cc4ffe54e48e8b607f254b4bfc15a9
symbol() view returns (string)
HXA
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
assetLockPeriod(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetsOfNFT(uint256 _tokenId) view returns (struct HexArtNFTDetail[])
getERC20AssetsOfNFT(uint256 _tokenId) view returns (struct HexArtECR20Detail[])
isApprovedForAll(address owner, address operator) view returns (bool)
isLockPeriodOver(uint256 _nftTokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(address) view returns (bool)
State-modifying
Events addAssetToWhitelist(address _addressToWhitelist)
addErc20Asset(address _assetContract, uint256 _tokenId, uint256 _amount) payable
addNFTAsset(address _assetContract, uint256[] _tokenIds, uint256 _tokenId)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(string _tokenURI, uint96 _feeNumerator, uint256 _lockperiodInDays) returns (uint256 tokenId)
removeAllNFTAssets(uint256 _nftTokenId)
removeAllNFTAssetsPayable(uint256 _nftTokenId) payable
removeAssetFromWhitelist(address _addressToWhitelist)
removeErc20Asset(address _assetContract, uint256 _nftTokenId)
removeErc20Assetpayable(address _assetContract, uint256 _nftTokenId) payable
removeNFTAsset(uint256 _nftTokenId, uint256[] _assetId, address _assetContract)
removeNFTPayable(uint256 _nftTokenId, uint256[] _assetId, address _assetContract) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMarketplace(address _marketplace)
setRoyaltyforToken(uint256 _tokenId, address _receiver, uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferNFT(uint256 _tokenId, address _from, address _to) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
allAssetRemoved(uint256 _nftTokenId, struct HexArtNFTDetail[] array)
assetAdded(uint256 parentNftId, struct HexArtNFTDetail[] _tokenIds)
assetRemoved(uint256 tokenId, uint256[] assetId, address assetContract)
burnNFT(uint256 _hexartTokenId)
erc20AssetAdded(uint256 parentNFtId, address assetContract, uint256 balance)
erc20AssetRemoved(uint256 parentNFtId, address assetContract)
nftMinted(uint256 tokenId, uint96 feeNumerator, uint256 lockperiodInDays, uint256 lockperiodInSec)
constructor(address _weth)
receive()
This contract contains no error objects.