Ordinal Edgehogs

Verified contract

Active on Ethereum with 929 txns
Deployed by via 0x0b25ee0c at 16882489
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ordinal Edgehogs"

0xadf667c2e0df3fadbcad927c0c516d441724c8dcdc5c2e7fcff65b6eea040c54
0xd0c480b77b197aba046586a593b226611b996ca32fde812fd1435b95bf09eccf
From
0xca3c1d8f1fc8f93d74ce3fafc5b572e121901ccf49ce053d33ffaf9d52341025
0x47e70b87331bc556471be22615f5fd77d55aa295133bed2a48d2ca9c7dab4e5d
0xf70245fe215f894008527ada9393443b7882e20236ac0f11a83f40ffdc2bb1c0
0x6b6e9f6081c98a31bbcda1f59428d539e73df5f074c8a1e843007661710fcc77
0x73d9f29cc623e7cff066fc0040bcd122a0080fe90a3334926db2816683e305b8
0x2aeb6e09b42c0cb40ff40baaa870dfd71498f6ac5ec9c6c98f1fd66767991c1f
0x4df31fff8654785ef722fec3d48d9ccdfd35cde8cf93a705936f298b8e49f35e
0x2c19321bc0a530bd32ec377283b342dcb6dbe62c1d7c8cd053330b058af3eb98

Functions
Getter at block 20890382
_merkleRoot(view returns (bytes32)
0x93bb266555d62fbac0eb1fa578cb780e0781ebbef772d589179004a84f00975e
costPublic(view returns (uint256)
5000000000000000
costWL(view returns (uint256)
0
descriptor(view returns (address)
0x75672b868884ac24c11da75daca745fd7754a894
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxMintPublic(view returns (uint256)
20
maxMintWL(view returns (uint256)
5
maxRerolls(view returns (uint256)
5
maxSupply(view returns (uint256)
2222
name(view returns (string)
Ordinal Edgehogs
owner(view returns (address)
0xce3e42407a54121f4796d75bc92542206d1b724e
symbol(view returns (string)
totalSupply(view returns (uint256)
654
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofview returns (bool)
mintedByAddressPublic(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
rerollsMade(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenSeed(uint256view returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
mint(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
reroll(uint256 _tokenId
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _newCost
setCostWL(uint256 _newCostWL
setDescriptor(address _descriptor
setMaxMintPublic(uint256 _newMaxMintPublic
setMaxMintWL(uint256 _newMaxMintWL
setMaxRerolls(uint256 _newMaxRerolls
setPaused(
setPublicMintEnabled(
setWLmintEnabled(
setWhitelistRoot(bytes32 merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(