ghoultown
Verified contract
Active on
Ethereum with 173 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 "ghoultown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14899859 | 3 years ago | | | 0 | 0.0025835745 | |
| 14899859 | 3 years ago | | | 0 | 0.0025835745 | |
| 14899859 | 3 years ago | | | 0 | 0.0025835745 | |
| 14899857 | 3 years ago | | | 0 | 0.0013586699 | |
| 14899305 | 3 years ago | | | 0 | 0.0056676110 | |
| 14899305 | 3 years ago | | | 0 | 0.0056676110 | |
| 14899305 | 3 years ago | | | 0 | 0.0056676110 | |
| 14899305 | 3 years ago | | | 0 | 0.0056676110 | |
| 14899299 | 3 years ago | | | 0 | 0.0045359963 | |
| 14899279 | 3 years ago | | | 0 | 0.0034901329 |
ABI
ABI objects
Getter at block 21382356
FREE_MINT_AMOUNT() view returns (uint256)
777
MAX_SUPPLY() view returns (uint256)
7777
MINT_LIMIT() view returns (uint256)
10
MINT_PRICE() view returns (uint256)
5000000000000000
baseURI() view returns (string)
ipfs://bafybeieh672rid5z3jnjhv7ibc3rdvxi5pimvrvk4pwbmugw3mbdtxa7tm/
name() view returns (string)
ghoultown
owner() view returns (address)
0x6c0885357d3e9f5bb0e3e4b41113c22c6f3574dd
symbol() view returns (string)
GHOUL
totalSupply() view returns (uint256)
378
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
freeMint()
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _new)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to, uint256 amount)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()