The Weirdos: Battle Royale
Verified contract
Active on
Ethereum with 13,402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4d22…4381
2 additional
variables
Balances ($0.00)
No balances found for "The Weirdos: Battle Royale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21121467 | 19 days ago | | | 0 | 0.00021812442 | |
| 21103483 | 21 days ago | | | 0 | 0.000081634756 | |
| 20711550 | 2 months ago | | | 0 | 0.000093116520 | |
| 20709507 | 2 months ago | | | 0 | 0.000076779804 | |
| 20701578 | 3 months ago | | | 0 | 0.000049086509 | |
| 20666590 | 3 months ago | | | 0 | 0.000063510699 | |
| 20609046 | 3 months ago | | | 0 | 0.000046026772 | |
| 20453397 | 4 months ago | | | 0 | 0.000045748951 | |
| 20389466 | 4 months ago | | | 0 | 0.000099203730 | |
| 20260441 | 5 months ago | | | 0 | 0.00011021813 |
ABI
ABI objects
Getter at block 21256477
MAX_SUPPLY() view returns (uint256)
9272
MINT_PRICE_ETH() view returns (uint256)
92720000000000000
apeTokenAddress() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
bankAddress() view returns (address)
0x19f52b6db9cb5888e095ec5e188ea03cdcb5e173
baseURI() view returns (string)
ipfs://QmSM91t7Vt4Ua9HFE6f1qLXxQ8NBp4AKkZQZbgiw2ovVfh/
claimActive() view returns (bool)
false
claimMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
communityActive() view returns (bool)
true
communityMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmYY8yQ1zpVDc1XoTmC7gpoRZbjai11U29uFpi5XG3MXi8
creamlistActive() view returns (bool)
false
creamlistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getContractURI() view returns (string)
ipfs://QmYY8yQ1zpVDc1XoTmC7gpoRZbjai11U29uFpi5XG3MXi8
mintPriceApe() view returns (uint256)
17000000000000000000
name() view returns (string)
The Weirdos: Battle Royale
owner() view returns (address)
0x0e488e1e240761e195330ebde62d0d831839552f
publicActive() view returns (bool)
false
publicMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
WEIRDO
totalSupply() view returns (uint256)
9272
Read-only
balanceOf(address owner) view returns (uint256)
claimAddressToMinted(address) view returns (uint256)
communityAddressToMinted(address) view returns (uint256)
creamAddressToMinted(address) 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)
claimMint(uint256 count, uint256 allowance, bytes32[] proof)
communityMintAPE(uint256 count, uint256 allowance, bytes32[] proof)
communityMintETH(uint256 count, uint256 allowance, bytes32[] proof) payable
creamMintAPE(uint256 count, uint256 allowance, bytes32[] proof)
creamMintETH(uint256 count, uint256 allowance, bytes32[] proof) payable
publicMintApe(uint256 count, bytes32[] proof, string antiBotPhrase, uint256 antiBotPhraseAllowance)
publicMintEth(uint256 count, bytes32[] proof, string antiBotPhrase, uint256 antiBotPhraseAllowance) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBankAddress(address _bankAddress)
setBaseURI(string _baseURI)
setCommunityMerkleRoot(bool _communitySaleActive, bytes32 _communityMerkleRoot)
setCreamlistMerkleRoot(bool _creamlistSaleActive, bytes32 _creamlistMerkleRoot)
setFreeClaimlistMerkleRoot(bool _claimActive, bytes32 _claimMerkleRoot)
setPublicSalelistMerkleRoot(bool _publicSaleActive, bytes32 _publicMerkleRoot)
setTokenApePrice(uint256 _mintPriceApe)
setcontractURI(string _contractURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAPE()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _apeTokenAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()