Weaxel

Verified contract

Active on Base with 1,271 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"

0xda6ebfccf52556ffb50cb0a96ef001629839047ba269b9e235b123d62c77c914
0xa55b78933d45a01ff25002d96b9087c59608d96927d393c1a281328717450e62
0x7f10e1eb0e461b62155ba8d769295a4081c870051fc89dbef752651fa199ae33
0x918c18d142101a3e78fe98748b9fa31117c9a7b6c7bb2d23a57c02d3dadb92bf
0xc003d3fd328abb30beede6305481d408c5f4b0455932f0b88ccd772e73e50a27
0x7873a2f0c9ab6a09e863c608509c5d0efa35c85c5279e82a9a9e7c20365313c4
0x978f5c68b3cfe957205bd1a190506796d059ddc0a5f7519f1e167325ed875f2c
0x86ae657029f8f54e56409e5b6c48d18cefa73925eb2c7155c4f154136aacd61a
0x50712ab52ca1869988d33821d96d50c2eba296b00526e5bd8f3430dc886d77f8
0xc23ce7859efa42c96a3fd20ba7ba221c8357b7e14c2504a59b8823f78e5ccc72

Functions
Getter at block 22010712
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(