Runes Land

Unverified contract

Proxy

Active on Base with 3,222 txns
Deployed by via 0x918caecb at 13850535
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Runes Land"

0x4d7b88cc545bcf0314941385533ec475b3f7381e65ac7d10d2a8a45261308018
0x4fb394198dd6dec3ad6c05e6a78feeba23a6591029c7fd7734b032beb7080ebd
0x2a71cb22255ad23044a0acc5734cbbba8bb9888b2541e7c47bf5a022690e1c96
0xdd62e48747c02e930086da0ae2b1e81b0bf6c2ab6d184f516e327d911d0e3723
0x93c97635bb523945ee0b5404b3230fe463a955109efefc0423ef0c3e26b823ab
0x290b0192f38d244712a9883906bd7644671359451d9f2705e893de2440ed4f3b
0x3e49872463a397d5bb9898c3feff59682a80f1bee29e0a29c081db65686465c0
0x30a5afda1c3f0228421ebb9cd2dbc594721bd71252ac940a1811484cb9bec03c
0x2b36003ce4a76e72036c93503e8fc1a4c3e9d7195701f5e0d5fcfd6e9cfc119e
0xb69a3c208a52473838815b59fea1e285e4a403863fdc14ac5e27682efdf55872

Functions
Getter at block 23055718
baseURI(view returns (string)
ipfs://bafybeifdcjjj25ht7v4dgtmbdia6lavjophounadmtgj7qrcvbyxomra3a/
costPublic(view returns (uint256)
800999000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
100
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
25000
maxMintPublic(view returns (uint256)
100
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
36000
name(view returns (string)
Runes Land
owner(view returns (address)
0xce1c83412be99b8fd221cd6865f72d66970224ad
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RL
totalSupply(view returns (uint256 result)
25683
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(