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 "Weaxel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21947652 | a day ago | | | 0 | 2.8327075e-7 | |
| 21654306 | 8 days ago | | | 0 | 5.4662004e-7 | |
| 21502279 | 12 days ago | | | 0 | 1.5606502e-7 | |
| 21313100 | 16 days ago | | | 0 | 1.1578450e-7 | |
| 21238797 | 18 days ago | | | 0 | 2.8608552e-7 | |
| 21079447 | 22 days ago | | | 0 | 2.1092779e-7 | |
| 20977013 | 24 days ago | | | 0 | 2.8608552e-7 | |
| 20897995 | a month ago | | | 0 | 6.2322411e-7 | |
| 20795268 | a month ago | | | 0 | 2.7086430e-7 | |
| 20769051 | a month ago | | | 0 | 2.4411762e-7 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 quantity) payable
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(bool _revealed, string _baseURI)
setContractURI(string _contractURI)
setIsMintEnabled(bool _isMintEnabled)
teamMint(uint256 quantity, address receiver)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
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()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()