orktownwtf

Verified contract

Active on Ethereum with 2,368 txns
Deployed by via 0x53c45200 at 14873911
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "orktownwtf"

0x1439f4113d5ca01538fd37a51501e3668202cbeb1d38917f986f79c486960848
From
0xd00789820f31008c0436948fef53d9f9071b75b1fd616b5a1dbff7a30cc6c126
0xf3b81908c1d5992c3382bf95c7c8fb6fcaa78a9e4851d838e241811a20e7dd53
0x0d52cf69543bd50da44a2a07f35d254977dd0f265b995ed1c80f2459c8170265
0x8d5a1d7d06a60adc91fa25dc39b621229cfa356380c2bdd78fdb10aebb49cafe
0xae98e1198f3c30254d10f8751727ddb7dd2be9ee4de8397082b957d79b43068c
0x26a512d24c503dccf31162d6660f216fb17d01715bf4a1fbd6f655f83480149f
0x65762d13632820e77f5aaba65bc6e2ec33c7f6be02230d590856b0ad0319725e
0x91e98e5a3e1c976348b885cbee4dc26d24a9e25f112d508d457018fd009f0e53
0x6aaa7cfd0c891670a6aa0a5bfa349dfcb482d86ad1bc309639c71d5351567d28

Functions
Getter at block 20926522
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
10000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
2
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
10000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
orktownwtf
owner(view returns (address)
0xfc45901a31fb5b9c5d39017bede36bfc1ab5e961
symbol(view returns (string)
orktownwtf
totalSupply(view returns (uint256)
5892
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(