BestTraders

Verified contract

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

No balances found for "BestTraders"

0xe75fee5a0cf0d336d284bf2e1d3deecbe53c40af544d38a8188f357fad10e5a5
0x050b4ec05afce6b82657c5e2bb65b54bc142e1d4555a4374ff2fa72704e50e7f
0x754107afcbb43b4ccbc05544162776a7c7857ce2e4173a2d5315d3b0453b7cc7
0xc3fb12c6fb36b1cbc7f8f49e7e8722444644e25bc06a96d5863faeb4ea0aae50
0x40ea810603f1983a4d7e0f8ec751bc835acf6e853f598cebc1b7de937c21ca06
From
0xc921106592036bd18cbc5988a3140c82d66eebe750e6313e13d1ef8ad800258e
0x78c1c69c541b3d8224c3f0c3aa392dd102a29587c0a20848b7521658b500f925
0x77888dafe02addf52f3e65222e2d36e4eb5f1fce5523f34f8f5702bd0da6bd0b
0xb5e347513295b0842b490932181639f715ab48e6c806c1815b1227374de9ebd2
0xd4368698dd9175a6658361ee3a43bb75c2b1db2a20f6ba3eac4f61b90b990fed

Functions
Getter at block 20935160
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
0
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
0
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
75
MAX_SUPPLY(view returns (uint256)
1500
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
1000000000000000
name(view returns (string)
BestTraders
owner(view returns (address)
0x7837b81ad47361573a072e425ca1b7fdc9787fe6
symbol(view returns (string)
PASS
totalSupply(view returns (uint256)
1500
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(