Genesis Real Estate Land
Verified contract
Active on
Ethereum with 1,074 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Genesis Real Estate Land"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19138914 | 10 months ago | | | 0 | 0.00088750547 | |
| 17476911 | a year ago | | | 0 | 0.0010494353 | |
| 15723712 | 2 years ago | | | 0 | 0.0014797612 | |
| 15690054 | 2 years ago | | | 0 | 0.0015907325 | |
| 15617251 | 2 years ago | | | 0 | 0.00048574891 | |
| 15591025 | 2 years ago | | | 0 | 0.00095939399 | |
| 15434070 | 2 years ago | | | 0 | 0.0011856335 | |
| 15167099 | 2 years ago | | | 0 | 0.0021439506 | |
| 15143062 | 2 years ago | | | 0 | 0.0024372751 | |
| 15142596 | 2 years ago | | | 0 | 0.0013044663 |
ABI
ABI objects
Getter at block 21320333
FREE_MAX_SUPPLY() view returns (uint256)
500
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
2222
baseExtension() view returns (string)
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmc1MqYouoZj6zd4YScFoMUrx1SQAGH5BKs7K3n3cQYim2
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmc1MqYouoZj6zd4YScFoMUrx1SQAGH5BKs7K3n3cQYim2
name() view returns (string)
Genesis Real Estate Land
owner() view returns (address)
0xf8162a4258f2e4094dcd08bb777650f903a41143
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
proxyRegistryAddress() view returns (address)
0x02bf710115f90e68c5bfb4d87f728a814193a2ab
symbol() view returns (string)
LAND
totalSupply() view returns (uint256)
1543
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
config()
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 newSupply)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()