THE MEDALLION
Verified contract
Active on
Ethereum with 1,439 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 "THE MEDALLION"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18897428 | a year ago | | | 0 | 0.00063032620 | |
| 18882485 | a year ago | | | 0 | 0.0011526875 | |
| 16953565 | 2 years ago | | | 0 | 0.00064029109 | |
| 16952682 | 2 years ago | | | 0 | 0.00094153357 | |
| 16952328 | 2 years ago | | | 0 | 0.0010143320 | |
| 16952327 | 2 years ago | | | 0 | 0.0010143320 | |
| 16952326 | 2 years ago | | | 0 | 0.0010143320 | |
| 16952325 | 2 years ago | | | 0 | 0.0010143320 | |
| 16952324 | 2 years ago | | | 0 | 0.0010143320 | |
| 16952323 | 2 years ago | | | 0 | 0.0010143320 |
ABI
ABI objects
Getter at block 21306778
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
flipSaleStarted()
mint(uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _URI)
setFreeMintCount(uint256 _count)
setMaxFreeMintPerWallet(uint256 _count)
setMaxPublicMintPerWallet(uint256 _count)
setPublicTokenPrice(uint256 _newPrice)
setTotalMaxSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()