Tableland Rigs

Verified contract

Proxy

Active on Ethereum with 12,453 txns
Deployed by via 0xb0458f6e at 15141259
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional variables

No balances found for "Tableland Rigs"

0x1017983d2cceb8e5eb34928e09af015c8ccb8f8d15c9ce8aef1c408876d1297d
0x5a5ee26b05545ddd7f39ccf69f886d6f01534634c713393bb763c715d2221648
0x89fd8fa3f7d4f3e738e02391d7c3577d79ad5f171f51182b10b459c638e1f543
0x65ded2cdb2632e78f1ac129c5be3834e590b44df04822ee9e168a0ccde8f90d3
0xa30a3b1b0530c3f6e4b66242189a8f90a12203a4b4eaf78b97e976f581064221
0xdb3d75d0ff6a51993c58576bea7d0ea798d24ba4fa2c143a44746faa34c06e0b
0xe0227d6299f6838e0774a0a7f1c6013fa8597ed1af43827de90cd12f15ac5342
0x4137802cefdba521e45db3cf15a9716f769e6c0cfc0359c1ae219aa09b2a20d9
0xda50a5e5b256409945cdcdb86ea1bb0934ba8514615ccaf4bd5aa9f9f2e22094
0x1423eff5fd9de4125324f3b2e7169696bb2cbcbc68c773fc2ce35b72ba65b3cf

Functions
Getter at block 20884660
admin(view returns (address)
0x472028e35b69d92caaf804fa32c9d7acd673aa37
allowlistRoot(view returns (bytes32)
0xcb3e8f37cd26c729d6ed94f151517549508020b191327dc78c7657bbd2872a50
beneficiary(view returns (address)
0xec19654b1c1dfac2427f06d0fca991f43c6b1281
 
contractURI(view returns (string)
maxSupply(view returns (uint256)
3000
mintPhase(view returns (uint8)
2
mintPrice(view returns (uint256)
50000000000000000
name(view returns (string)
Tableland Rigs
owner(view returns (address)
0x0c53611b433b486ec940334653f7756d75147dea
paused(view returns (bool)
false
pilotSessionsTable(view returns (string)
pilot_sessions_1_7
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
RIG
totalSupply(view returns (uint256)
3000
waitlistRoot(view returns (bytes32)
0xe45a43693f3688d2d97d6e933af863b80f24517da45579e157c6da40b71d77a2
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getClaimed(address byview returns (uint16 allowClaimsuint16 waitClaims)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
pilotInfo(uint256 tokenIdview returns (struct ITablelandRigPilotsPilotInfo)
pilotInfo(uint256[] tokenIdsview returns (struct ITablelandRigPilotsPilotInfo[])
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
initPilots(address pilotsAddress
initialize(uint256 _maxSupplyuint256 _mintPriceaddress _beneficiaryaddress royaltyReceiverbytes32 _allowlistRootbytes32 _waitlistRoot
mint(uint256 quantitypayable 
mint(uint256 quantityuint256 freeAllowanceuint256 paidAllowancebytes32[] proofpayable 
parkRig(uint256 tokenId
parkRig(uint256[] tokenIds
parkRigAsAdmin(uint256[] tokenIds
parkRigAsOwner(uint256[] tokenIds
pause(
pilotRig(uint256 tokenIdaddress pilotAddruint256 pilotId
pilotRig(uint256[] tokenIdsaddress[] pilotAddrsuint256[] pilotIds
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
safeTransferWhileFlying(address fromaddress touint256 tokenId
setAdmin(address adminAddress
setApprovalForAll(address operatorbool approved
setBeneficiary(address _beneficiary
setContractURI(string uri
setMintPhase(uint256 _mintPhase
setRoyaltyReceiver(address receiver
setURITemplate(string[] uriTemplate
trainRig(uint256 tokenId
trainRig(uint256[] tokenIds
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
MetadataUpdate(uint256 _tokenId
MintPhaseChanged(uint8 mintPhase
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Refund(address indexed buyeruint256 amount
Revenue(address indexed beneficiaryuint256 numPurchaseduint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InsufficientAllowance(
InsufficientValue(uint256 price
InvalidBatchPilotAction(
InvalidPilotStatus(
InvalidProof(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MintingClosed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(
ZeroQuantity(