Gruffters

Verified contract

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

No balances found for "Gruffters"

0x5e98ca32ff1ea57078ad0d461e64da2b5556700676472459e4f4b63b4ee32fc2
0x732c21c4c1e11d819ef6aa9ee202ced6a68e0ee9da6ba34085a7c367514dc423
0x58398e76b8104e5d0a504da609dc0f84a4f5da3c41710270dd7dfa031483a0b4
0xc65fb59815bb9cfd64a3510adbe05086dafb49dab54e7145ca812f98874ebed9
0x53e9abf5332cc411a4e1846e862f57c597f7657a19a448cad24ff81fe59c0436
0x0dd25bb89866ce6047442e8c3400cd4b1a9426b2144e83ba998a8877d17ebfb0
0x6ed0ec597b075dd55877622436f4f700f16417ca68c2b50419699e02f4a92522
0x06e7053304958ff9dcf5e6634ee1ed75b187fad21b30dd6e20d0c1388fd91b80
0xd39df2879ae1e6c5b900808f2c7cdd0cc8b3d2fe124fc812def41d17ac86901a
0xc898f5f07cfc2995a861083eecb1a9576e9116d3afd5f85446f1f92040cf88a1

Functions
Getter at block 21160480
MAX_SUPPLY(view returns (uint256)
673
PRICE(view returns (uint256)
42690000000000000
counter(view returns (uint256)
674
isRevealed(view returns (bool)
true
merkleRoot(view returns (bytes32)
0x573539850b688605e9b4b832434507d39650dfe1d9d85145edb385067ce78c28
name(view returns (string)
Gruffters
owner(view returns (address)
0x4d7beb37c71b4f5af789d8a0715f398b7329dc69
paused(view returns (bool)
false
symbol(view returns (string)
GRFT
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMinted(addressview returns (bool)
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
burn(uint256 tokenId
mintForTeam(
openPublicSale(
pause(
publicMint(payable 
renounceOwnership(
reveal(string _baseUri
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setMerkleRoot(bytes32 _merkleRoot
setUnrevealedURI(string _unrevealedUri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
whitelistMint(bytes32[] _merkleProofpayable 
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(bytes32 _merkleRootstring _unrevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
EnforcedPause(
ExpectedPause(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account