The Ghouls
Verified contract
Active on
Ethereum with 1,360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "The Ghouls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18052248 | a year ago | | | 0 | 0.00023521417 | |
| 17933452 | a year ago | | | 0 | 0.00043064179 | |
| 17930773 | a year ago | | | 0 | 0.00066068697 | |
| 17919678 | a year ago | | | 0 | 0.00043069987 | |
| 17910484 | a year ago | | | 0 | 0.00028695260 | |
| 17909143 | a year ago | | | 0 | 0.00029351442 | |
| 17909137 | a year ago | | | 0 | 0.0010939601 | |
| 17908476 | a year ago | | | 0 | 0.00031953309 | |
| 17908476 | a year ago | | | 0 | 0.00032181600 | |
| 17908468 | a year ago | | | 0 | 0.00033965379 |
ABI
ABI objects
Getter at block 21305138
ListWhitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
Price() view returns (uint256)
0
allowedToContract() view returns (bool)
false
getMaxSupply() view returns (uint256)
3333
isPublicSaleOn() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
name() view returns (string)
The Ghouls
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x762d663b40431916c286fabfa0d7c2f176f2b960
saleConfig() view returns (uint32 MintStartTime, uint256 Price)
(MintStartTime=1670122800, Price=0)
symbol() view returns (string)
THEGHOULS
totalSupply() view returns (uint256)
10000
Read-only
_addressTransferToContract(address) view returns (bool)
_transferToContract(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isInTheWhitelist(bytes32[] _merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events FreeMint(uint256 quantity) payable
InitInfoOfSale(uint32 mintStartTime, uint256 price)
approve(address operator, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowAddressToContract(address[] _address, bool[] _allow)
setAllowToContract()
setAllowTokenToContract(uint256 _tokenId, bool _allow)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setListWhitelistMerkleRoot(bytes32 _merkleRoot)
setMintStartTime(uint32 timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
OperatorNotAllowed(address operator)