THE MEDALLION

Verified contract

Active on Ethereum with 1,439 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "THE MEDALLION"

0x32c706ad0fcdea76ba9e5655c7d06ca89d9326c330dd653aa248a5c8e9a8b4c8
0xc6fc77a28190a3ab252f0fedce087fd86201c9a387545cc02757847e2fe7ccc2
0x21ca19bfb5d276dc6abc9485ced809b67cbb8acd567eae8790916cc8f6dc31f6
0x55855557a78272ee586876b1fae2bceba971564e342c03435043bbb6d822519b
0xf888679335bcacb8fd10aee7ba8d208189cda5437c2b326453f3f59c68b49c92
0x8a1b7b3f87407793692b9f8ff8e49593a81d761d4238be93730797a55bec5917
0xfd13260e8cfe966dba938c1120591af65fe9e25c1b1f6c3ac4d33a50ffd7f97d
0x048a7d8cad4c6a016f9004a38250066a49656a7fc1eb42f69aee59d2cedd0568
0x8459824ce91ff969b8024f10643680cf0ac5b142ba74f8cbf96cb18a1f20b2fd
0x787f8ac3d2df29d07c93cabb0aa85f02017d24b4dbb153413007b082dfd5e5dc

Functions
Getter at block 20913081
TOTAL_MAX_SUPPLY(view returns (uint256)
6000
contractURI(view returns (string)
ipfs://bafybeihdnggpqh5cf2ajzphelhnlbuxy327lhyspnow4igiiljsf4shu6u/
freeMintCount(view returns (uint256)
5741
maxFreeMintPerWallet(view returns (uint256)
5
maxPublicMintPerWallet(view returns (uint256)
15
name(view returns (string)
THE MEDALLION
owner(view returns (address)
0x3332f62903b22c2fa25eb53f6aba7b9405ec9bd6
publicTokenPrice(view returns (uint256)
3000000000000000
saleStarted(view returns (bool)
true
symbol(view returns (string)
MEDALLION
totalFreeMints(view returns (uint256)
6000
totalSupply(view returns (uint256)
6000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMintClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
flipSaleStarted(
mint(uint256 _quantitypayable 
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string _URI
setFreeMintCount(uint256 _count
setMaxFreeMintPerWallet(uint256 _count
setMaxPublicMintPerWallet(uint256 _count
setPublicTokenPrice(uint256 _newPrice
setTotalMaxSupply(uint256 _newSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
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(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(