REXBITS

Verified contract

Active on Ethereum with 6,418 txns
Deployed by via 0x763e70c9 at 16908245
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "REXBITS"

0xf96ff9ee5276e9cdc4207b744b10bef9fe5bb45acbaee31479cdab3893b36d90
0xcabed40d97dd86a753a813e5ddf129eed324b926eb784dfd24b55b487baf3d89
0x0cebcffa7a818f9a043c1d41ef29c396f4cd6181019b66cc984d8f601f02cf54
0x1a1d4931846ea6557baffe32a348f51664cb3cbe662f7cee52531ab747bf9496
0x9ec1942759513e87cac64b3dbad27550490fb0defa21a572e7eb6c48934acb4a
0x24b14625550e24119cf8f2e371704373127679d9d6dba85f7a6be578fcb480c1
0x732eec1a90b79ed1afc1e4e76a989c851076ca12264e4644c20922d177c6c75e
0x63afbbc11efcdcf8ed19c3ac2f1bf586a719520d9ddbfd8f790fdba74201a4f2
0xa19b12a35a855e15d76f08426949c5052691c7058b45e1fb732603bf8cb1aaa4
0x88c294cbc217c8ede9dfdfa83d9d8101c496efaaa3bba1668a45d532bb74c8e7

Functions
Getter at block 21302689
CONTRACT_VERSION(view returns (uint8)
2
EARLY_MINT_PRICE(view returns (uint256)
0
MAX_WALLET_MINTS(view returns (uint256)
20
PRICE(view returns (uint256)
5000000000000000
PROVIDER_FEE(view returns (uint256)
777000000000000
_baseTokenExtension(view returns (string)
.json
_baseTokenURI(view returns (string)
ipfs://bafybeiayzdxy6oqozl46xummgaypliibdmfm44nzispyf5lxxuuad5c5ai/
baseTokenURI(view returns (string)
ipfs://bafybeiayzdxy6oqozl46xummgaypliibdmfm44nzispyf5lxxuuad5c5ai/
collectionSize(view returns (uint256)
4321
contractURI(pure returns (string)
https://metadata.mintplex.xyz/LCYo5vH4YKY23anyjFsx/contract-metadata
currentTokenId(view returns (uint256)
4321
earlyMintOwnershipCap(view returns (uint256)
1
erc20Payable(view returns (address)
0x678469ca566bee59c2ee779b09976b8072b572bb
getNextTokenId(view returns (uint256)
4322
isRevealed(view returns (bool)
true
maxBatchSize(view returns (uint256)
20
mintingOpen(view returns (bool)
true
name(view returns (string)
REXBITS
nextOwnerToExplicitlySet(view returns (uint256)
0
onlyERC20MintingMode(view returns (bool)
false
owner(view returns (address)
0x678469ca566bee59c2ee779b09976b8072b572bb
payableAddressCount(view returns (uint256)
2
strictPricing(view returns (bool)
true
symbol(view returns (string)
RXBT
totalSupply(view returns (uint256)
4321
usingEarlyMintIncentive(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
canMintAmount(address _addressuint256 _amountview returns (bool)
chargeAmountForERC20(address _erc20TokenContractview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPrice(uint256 _countaddress _toview returns (uint256)
inTeam(address _addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isApprovedForERC20Payments(address _erc20TokenContractview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payableAddresses(uint256view returns (address)
payableFees(uint256view returns (uint256)
restrictedApprovalAddresses(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addOrUpdateERC20ContractAsPayment(address _erc20TokenContractbool _isActiveuint256 _chargeAmountInTokens
addToTeam(address _address
approve(address touint256 tokenId
disableERC20ContractAsPayment(address _erc20TokenContract
disableERC20OnlyMinting(
disableEarlyMintIncentive(
enableERC20ContractAsPayment(address _erc20TokenContract
enableERC20OnlyMinting(
enableEarlyMintIncentive(
mintToAdminV2(address _touint256 _qty
mintToMultiple(address _touint256 _amountpayable 
mintToMultipleERC20(address _touint256 _amountaddress _erc20TokenContractpayable 
openMinting(
removeFromTeam(address _address
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setApprovalRestriction(address _addressbool _isRestricted
setBaseTokenExtension(string baseExtension
setBaseURI(string baseURI
setERC20PayableAddress(address _newErc20Payable
setEarlyIncentivePrice(uint256 _feeInWei
setEarlyMintOwnershipCap(uint256 _newCap
setMaxMint(uint256 _newMaxMint
setPrice(uint256 _feeInWei
setProviderFee(uint256 _fee
setStrictPricing(bool _newStatus
setWalletMax(uint256 _newWalletMax
stopMinting(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unveil(string _updatedTokenURI
withdrawAll(
withdrawERC20(address _tokenContractuint256 _amountToWithdraw
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotBeNullAddress(
CapExceeded(
DuplicateTeamAddress(
ERC20InsufficientAllowance(
ERC20InsufficientBalance(
ERC20TokenNotApproved(
ERC20TransferFailed(
ERC721RestrictedApprovalAddressRestricted(
ExcessiveOwnedMints(
InvalidPayment(
InvalidTeamAddress(
IsAlreadyUnveiled(
MintZeroQuantity(
NoStateChange(
NotMaintainer(
OnlyERC20MintingEnabled(
OperatorNotAllowed(address operator
PublicMintClosed(
TransactionCapExceeded(
ValueCannotBeZero(