CryptoRome-Land-NFT
Verified contract
Active on
Ethereum with 1,601 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- | |
CRLAND | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20619155 | 3 months ago | | | 0 | 0.000075264451 | |
| 20606403 | 3 months ago | | | 0 | 0.000047392691 | |
| 20110470 | 5 months ago | | | 0 | 0.00030461451 | |
| 19588037 | 7 months ago | | | 0 | 0.00084965960 | |
| 17473633 | a year ago | | | 0 | 0.00070279500 | |
| 17436051 | a year ago | | | 0 | 0.0014016688 | |
| 17347807 | a year ago | | | 0 | 0.0011066309 | |
| 16853569 | 2 years ago | | | 0 | 0.00066911772 | |
| 16853566 | 2 years ago | | | 0 | 0.00072751312 | |
| 16336250 | 2 years ago | | | 0 | 0.0010946330 |
ABI
ABI objects
Getter at block 21215726 getAllForSaleStatus() view returns (uint256[])
cryptoRomeWallet() view returns (address)
0x9012c8b9fccd553ae3fbdc25719af965669dad87
improvementContract() view returns (address)
0x0000000000000000000000000000000000000000
isCryptoRomeLandComposableNFT() pure returns (bool)
true
name() view returns (string)
CryptoRome-Land-NFT
newContractAddress() view returns (address)
0xe60d2325f996e197eedded8964227a0c6ca82d0f
ownerPrimary() view returns (address)
0x199c5c53a4b654811a6e06084d516076eb504214
ownerSecondary() view returns (address)
0x1e709c94fec99db9029445116b0dc0b4c14366ea
ownerWallet() view returns (address)
0x9012c8b9fccd553ae3fbdc25719af965669dad87
paused() view returns (bool)
true
symbol() view returns (string)
CRLAND
totalSupply() view returns (uint256)
4995
Read-only
balanceOf(address _tokenOwner) view returns (uint256)
childTokenByIndex(address _parentContract, uint256 _parentTokenId, uint256 _index) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getLand(uint256 _tokenId) view returns (address tokenOwner, uint256 parentTokenId, uint256 landType, uint256 landImprovements, uint256 askingPrice)
getLandImprovementData(uint256 _tokenId) view returns (uint256)
getLandTypeCount(uint256 _landType) view returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
otherOperators(address) view returns (uint8)
ownerOf(uint256 _tokenId) view returns (address)
rootOwnerOf(uint256 _tokenId) view returns (bytes32 rootOwner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address _tokenOwner, uint256 _index) view returns (uint256 tokenId)
tokenOwnerOf(uint256 _tokenId) view returns (bytes32 tokenOwner, uint256 parentTokenId, bool isParent)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
totalChildTokens(address _parentContract, uint256 _parentTokenId) view returns (uint256)
State-modifying
Events approve(address _approved, uint256 _tokenId)
cancelLandSale(uint256 _tokenId)
composeLand(uint256 _parentLandId, uint256 _childLand1, uint256 _childLand2, uint256 _childLand3) returns (uint256)
composeNewLand(uint256 _landType, uint256 _childLand1, uint256 _childLand2, uint256 _childLand3) returns (uint256)
createLand(address _tokenOwner, uint256 _landType, uint256 _landImprovements) returns (uint256 tokenId)
decomposeLand(uint256 _tokenId)
pause()
purchaseLand(uint256 _tokenId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
sellLand(uint256 _tokenId, uint256 _askingPrice)
setApprovalForAll(address _operator, bool _approved)
setImprovementContract(address _improvementContract)
setNewAddress(address _v2Address)
setOtherOperator(address _newOperator, uint8 _state)
setPrimaryOwner(address _newOwner)
setSecondaryOwner(address _newOwner)
setTokenURI(string _tokenURI)
transferAsChild(address _fromContract, uint256 _fromTokenId, address _toContract, uint256 _toTokenId, uint256 _tokenId, bytes _data)
transferCryptoRomeWalletOwnership(address newWalletAddress)
transferFrom(address _from, address _to, uint256 _tokenId)
transferFromParent(address _fromContract, uint256 _fromTokenId, address _to, uint256 _tokenId, bytes _data)
transferOwnerWalletOwnership(address newWalletAddress)
transferToParent(address _from, address _toContract, uint256 _toTokenId, uint256 _tokenId, bytes _data)
unpause()
updateLandImprovementData(uint256 _tokenId, uint256 _newLandImprovementData)
withdrawBalance()
Approval(address indexed _tokenOwner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _tokenOwner, address indexed _operator, bool _approved)
ContractUpgrade(address newContract)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
TransferFromParent(address indexed _fromContract, uint256 indexed _fromTokenId, uint256 _tokenId)
TransferToParent(address indexed _toContract, uint256 indexed _toTokenId, uint256 _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.