Weaxel

Verified contract

Active on Base with 1,276 txns
Deployed by via 0x73ee042b at 12835816
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Weaxel"

0x155f7965bd32f99fc43ca38d804e2865e6fd8871cf523dcae8f22132737a1a14
0x68790addeebd22ef2e5b4deb9e280583645b45fe5946a2218befe446c83d8ebb
0x05751afb213cd4a940b4906441f1ac23c4baacf3b001aefe11805d6a71ddcd50
0x294843fa673827de27063ac527810763c171263c52ce9f9eb135fc001221b782
0x076766ea5d6bf47eb3dd8e5e03432c7d315af77da9a1cc2fa2449813d6c12799
0xda6ebfccf52556ffb50cb0a96ef001629839047ba269b9e235b123d62c77c914
0xa55b78933d45a01ff25002d96b9087c59608d96927d393c1a281328717450e62
0x7f10e1eb0e461b62155ba8d769295a4081c870051fc89dbef752651fa199ae33
0x918c18d142101a3e78fe98748b9fa31117c9a7b6c7bb2d23a57c02d3dadb92bf
0xc003d3fd328abb30beede6305481d408c5f4b0455932f0b88ccd772e73e50a27

Functions
Getter at block 23154776
BASE_URI(view returns (string)
https://weaxels.s3.amazonaws.com/
COLLECTION_SIZE(view returns (uint256)
3888
CONTRACT_URI(view returns (string)
https://weaxels.s3.amazonaws.com/contract.json
MAX_BATCH_SIZE(view returns (uint256)
10
MINT_PRICE(view returns (uint256)
5000000000000000
REVEALED(view returns (bool)
true
UNREVEALED_URI(view returns (string)
https://weaxels.s3.amazonaws.com/unrevealed.json
contractURI(view returns (string)
https://weaxels.s3.amazonaws.com/contract.json
isMintEnabled(view returns (bool)
true
name(view returns (string)
Weaxel
owner(view returns (address)
0x0f40a040ded07eb7465d96a69f67871a1d02babd
symbol(view returns (string)
WXL
totalSupply(view returns (uint256 result)
3888
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 tokenIdpayable 
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(bool _revealedstring _baseURI
setContractURI(string _contractURI
setIsMintEnabled(bool _isMintEnabled
teamMint(uint256 quantityaddress receiver
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
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(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(