Gruffters
Verified contract
Active on
Ethereum with 3,107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Gruffters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21093615 | 9 days ago | | | 0 | 0.00072314538 | |
| 21044658 | 16 days ago | | | 0 | 0.00037585334 | |
| 21031651 | 18 days ago | | | 0 | 0.00021653737 | |
| 21011948 | 21 days ago | | | 0 | 0.00024543271 | |
| 20985123 | 24 days ago | | | 0 | 0.0024586953 | |
| 20966415 | a month ago | | | 0 | 0.00040967680 | |
| 20963268 | a month ago | | | 0 | 0.00060210750 | |
| 20963268 | a month ago | | | 0 | 0.00060102390 | |
| 20963010 | a month ago | | | 0 | 0.00091691730 | |
| 20850790 | a month ago | | | 0 | 0.00030111020 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintForTeam()
openPublicSale()
pause()
publicMint() payable
renounceOwnership()
reveal(string _baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setMerkleRoot(bytes32 _merkleRoot)
setUnrevealedURI(string _unrevealedUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(bytes32[] _merkleProof) payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(bytes32 _merkleRoot, string _unrevealedUri)
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 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)