Gluppers

Verified contract

Proxy

Active on Ethereum with 1,613 txns
Deployed by via 0x296676bc at 15049211
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 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
12 additional variables

No balances found for "Gluppers"

0x0b946a2986389ec8de6cbc048702d939510f43f37ee284b9c9a729e533151c7b
0x65ea7d20eb7615404089e5b6685519d3363486da0de5b8033d1041ec2c334112
From
0x2718d3eaf8734a21a36a011f7b448476e4899e8d4f29e5ec5d7d9973670dd2fd
0xbaf4016f3eb87c076ea307fe8b68ce52186de3c9b64635aa2f167dae231dd999
0x1d8fd189f95e2da2b27caf6347eb459794012b8e68880d4239671607e0bbbe9b
0xa4bc1acfcaa1a6af3ecb24b513c010800d7a6f5f0d6c38cc5010b669dc10333c
0x609dcbce20460816974f61b5693d146284b4d9ea4ebfde2cacf538a8f6e3e8e6
From
0x04cc3f5e35bfe7dd91f5e2e7b3abc6e74889ee3296da67daccd302cb67925f94
0xe7f6fa9c9bdfffcdded59218197274fcfa775153fced1e502cd3e7c88bb2d1ce
0xdbc1a514f5080abae20a21669209b784de1c7933e1cc19a30d9fa00d424ad556

Functions
Getter at block 21210709
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x8a9926b14490DC81f39A7EA13f92F7EC40611d85], [49, 951])
maxPerMint(view returns (uint32)
5
maxPerWallet(view returns (uint32)
7
name(view returns (string)
Gluppers
open(view returns (bool)
true
owner(view returns (address)
0x8a9926b14490dc81f39a7ea13f92f7ec40611d85
presaleOpen(view returns (bool)
true
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
5555
symbol(view returns (string)
GLUP
totalSupply(view returns (uint256)
5555
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
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(string _namestring _symboluint256 _totalSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(