GrowUp

Verified contract

Active on Ethereum with 2,158 txns
Deployed by via 0xfb2cf856 at 15503778
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GrowUp"

0xef935696ff808a348021c7be27ff2b63e8c125775f22eb4a6e0043a6de1484f1
0xdc05b34558a81fa14f747b7d94d9eae3bfea3f5d1d7b97b183cab24564080b57
0xe2201c860a44c88add5552215cd8b07ed7714d1c3c6034a400368bbd663671c1
0xd8ef48b8fff3d8c7d0956ea919e7b9872148802b30bc40e73fbdaedc80421969
0x7457fec5bde71fd6ca4170b1f64157a7fa0f155b4290fe159031b09966eabe64
0x4d2cc033a7ff03d0e4bae0c614c399789f2bfd7fe82868947694eedb4a1d7710
0xf3f1b3eaa2792f41875efc620d153ad12446769716c404f83b97c523f7dc7b46
0xed0afd90cda2a3f391143df642e4d434998c7534bd34d2bc795033082fa60371
0x63bbdfebe731f6e2a5783378899c1c96c5857ed705b0f82cacee2a0490904d50
0x41941cc06cf8e7eee0710509190c33ca3d379ae702a914c963b74e788146a164

Functions
Getter at block 20883171
BASE_URI(view returns (string)
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
1000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
2
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
3333
PRICE(view returns (uint256)
10000000000000000
name(view returns (string)
GrowUp
notRevealedUri(view returns (string)
https://growup.sfo3.digitaloceanspaces.com/unrevealed.json
owner(view returns (address)
0xecfb040c27cfe97ee4bd804d56e7d487ce979160
revealed(view returns (bool)
false
symbol(view returns (string)
GRW
totalSupply(view returns (uint256)
4266
Read-only
balanceOf(address ownerview returns (uint256)
freeMintCount(address addrview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setRevealed(bool _revealed
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(