OrdinalGhouls
Verified contract
Active on
Ethereum with 300 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 "OrdinalGhouls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16994382 | 2 years ago | | | 0 | 0.0011607461 | |
| 16974438 | 2 years ago | | | 0 | 0.0013303772 | |
| 16772743 | 2 years ago | | | 0 | 0.0019621508 | |
| 16772732 | 2 years ago | | | 0 | 0.0016586450 | |
| 16772572 | 2 years ago | | | 0 | 0.0012512012 | |
| 16772562 | 2 years ago | | | 0 | 0.0013649858 | |
| 16772550 | 2 years ago | | | 0 | 0.0012735251 | |
| 16772550 | 2 years ago | | | 0 | 0.0013664559 | |
| 16772547 | 2 years ago | | | 0 | 0.0012388433 | |
| 16772545 | 2 years ago | | | 0 | 0.0012534584 |
ABI
ABI objects
Getter at block 21328477
baseURI() view returns (string)
https://bafybeibifuox5kjcder55m7aqjuqhcnji4csyrpr7sbpovorgka4mhpdam.ipfs.nftstorage.link/
cost() view returns (uint256)
5000000000000000
maxFreePerWallet() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
777
name() view returns (string)
OrdinalGhouls
owner() view returns (address)
0x7ad3317eafc912c86632aa927caf8a23fd780d8e
paused() view returns (bool)
false
symbol() view returns (string)
OG
totalSupply() view returns (uint256)
777
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 quantity) payable
publicMint(uint256 quantity) 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 uri)
setMaxFreePerWallet(uint256 _amount)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()