Into the Gimmeverse

Verified contract

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

No balances found for "Into the Gimmeverse"

0xd27072332919633ed2cf76cad16be4f79a85187954039f2a77902fc117acb146
0x2ae5c3e7effa26b195f8b3d333bc4fd65018d88df064a4d8f75e21fe6a92e7ab
0x07b28897d9f8cb9ba0fd583dc2f4765583410291428852ba18f44c3c63e23008
0xae317e1debdf1b6deb63b8f58ac3f4e1d0c98da7b43a2c9bcd16afb7ab6fa276
0x105ce707e62a712933d955964794d5a9007c9238191be0efbfbff3c912d1a51e
0x355e8c38e905eb227211ba848f5d77b7feca2fab591b5d79d85a3c3efa1d5535
0xc8212ac3d6c2e78707bd3d582e7278396e848ff33853d6637081ee5af450aa84
0x3e7f0117cd60d210f60e779a697a7e860817684dc562156e7c598e3a4dd91178
0x3dabb7b2e9195d83e21b30ca6aed95cb0c94d659e9093039b0de963ed54a7172
0xa1d1d3d4eb963f441de3009e93b699db69cc528e5fb560ba735fe89784913d17

Functions
Getter at block 21230369
CONTRACT_VERSION(view returns (uint8)
2
MAX_WALLET_MINTS(view returns (uint256)
2
PRICE(view returns (uint256)
19500000000000000
RAMPPADDRESS(view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
_baseTokenExtension(view returns (string)
.json
_baseTokenURI(view returns (string)
ipfs://bafybeiecy4szfahs7ndty7m6knvxginsqopcuv4oi3pmbuc5vjalwh2fku/
baseTokenURI(view returns (string)
ipfs://bafybeiecy4szfahs7ndty7m6knvxginsqopcuv4oi3pmbuc5vjalwh2fku/
calcAvailableBalance(view returns (uint256)
0
collectionSize(view returns (uint256)
4000
currentTokenId(view returns (uint256)
1500
erc20Payable(view returns (address)
0x86e5373e6ecead0db0d75dfa646ad4155c48efa6
getNextTokenId(view returns (uint256)
1501
isRevealed(view returns (bool)
true
maxBatchSize(view returns (uint256)
2
merkleRoot(view returns (bytes32)
0xd4e078f84304046a23f936e94796aac8d970b48ac7e67f6be91cc90bb7cc72f5
mintingOpen(view returns (bool)
false
name(view returns (string)
Into the Gimmeverse
nextOwnerToExplicitlySet(view returns (uint256)
0
onlyAllowlistMode(view returns (bool)
false
onlyERC20MintingMode(view returns (bool)
false
owner(view returns (address)
0x86e5373e6ecead0db0d75dfa646ad4155c48efa6
payableAddressCount(view returns (uint256)
1
symbol(view returns (string)
GIMME
totalSupply(view returns (uint256)
1500
Read-only
balanceOf(address ownerview returns (uint256)
canMintAmount(address _addressuint256 _amountview returns (bool)
chargeAmountForERC20(address _erc20TokenContractview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
getPrice(uint256 _countview returns (uint256)
inTeam(address _addressview returns (bool)
isAllowlisted(address _tobytes32[] _merkleProofview 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
closeAllowlistMint(
disableAllowlistOnlyMode(
disableERC20ContractAsPayment(address _erc20TokenContract
disableERC20OnlyMinting(
enableAllowlistOnlyMode(
enableERC20ContractAsPayment(address _erc20TokenContract
enableERC20OnlyMinting(
mintTo(address _topayable 
mintToAL(address _tobytes32[] _merkleProofpayable 
mintToAdminV2(address _touint256 _qty
mintToMultiple(address _touint256 _amountpayable 
mintToMultipleAL(address _touint256 _amountbytes32[] _merkleProofpayable 
mintToMultipleERC20(address _touint256 _amountaddress _erc20TokenContractpayable 
mintToMultipleERC20AL(address _touint256 _amountbytes32[] _merkleProofaddress _erc20TokenContractpayable 
openAllowlistMint(
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
setMaxMint(uint256 _newMaxMint
setPrice(uint256 _feeInWei
setRamppAddress(address _newAddress
setWalletMax(uint256 _newWalletMax
stopMinting(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unveil(string _updatedTokenURI
updateMerkleRoot(bytes32 _newMerkleRoot
withdrawAll(
withdrawAllRampp(
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

This contract contains no error objects.