NetvrkLand
Verified contract
Active on
Ethereum with 10,041 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4cd8…8476
Balances ($0.00)
No balances found for "NetvrkLand"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277832 | 19 hours ago | | | 0 | 0.00054239218 | |
| 21272089 | 2 days ago | | | 0 | 0.00063924891 | |
| 21270425 | 2 days ago | | | 0 | 0.00035658887 | |
| 21269506 | 2 days ago | | | 0 | 0.00028265570 | |
| 21269505 | 2 days ago | | | 0 | 0.00028316810 | |
| 21245036 | 5 days ago | | | 0 | 0.00064688693 | |
| 21240400 | 6 days ago | | | 0 | 0.00051128875 | |
| 21239381 | 6 days ago | | | 0 | 0.00056445980 | |
| 21239245 | 6 days ago | | | 0 | 0.00059743727 | |
| 21239181 | 6 days ago | | | 0 | 0.00057109183 |
ABI
ABI objects
Getter at block 21283560
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PREDICATE_ROLE() view returns (bytes32)
0x12ff340d0cd9c652c747ca35727e68c547d0f0bfa7758d2e77f75acef481b4f2
auctionAddress() view returns (address)
0xa7498f63e93b0b241b37d242597bc4c33b57bbf4
baseURI() view returns (string)
https://api.netvrk.co/api/items/
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xf3548a709a120e11127d357ecb6aeb120b4a0cddd967474e8ea01c1a35b5e69d
name() view returns (string)
NetvrkLand
owner() view returns (address)
0x728b783b07f586d73dfc8660b44d61858df2bf1c
parcelMinter() view returns (address)
0x4cd85724e8bf3f9bfaf731c1e5c7d11ba4f98476
paused() view returns (bool)
false
symbol() view returns (string)
NVKLAND
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
grantRole(bytes32 role, address account)
mint(address user, uint256 tokenId)
mint(address user, uint256 tokenId, bytes metaData)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionAddress(address _auctionAddress)
setParcelMinter(address _minterAddress)
setRoyaltyAddress(address royaltyAddress)
setRoyaltyPercentage(uint256 royaltyPercentage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LandPaused(address owner)
LandUnpaused(address owner)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name_, string symbol_, string url_)
This contract contains no fallback and receive objects.
This contract contains no error objects.