Weirdos
Verified contract
Active on
Ethereum with 23,884 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ILYYW | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109811 | 7 days ago | | | 0 | 0.00010267432 | |
| 21067000 | 13 days ago | | | 0 | 0.00041698517 | |
| 20986524 | 24 days ago | | | 0 | 0.0012105496 | |
| 20978039 | 25 days ago | | | 0 | 0.00058263691 | |
| 20977992 | 25 days ago | | | 0 | 0.00082927302 | |
| 20961433 | a month ago | | | 0 | 0.00051183511 | |
| 20938083 | a month ago | | | 0 | 0.00019272409 | |
| 20938080 | a month ago | | | 0 | 0.00018107762 | |
| 20900843 | a month ago | | | 0 | 0.00010867807 | |
| 20825451 | 2 months ago | | | 0 | 0.00052166094 |
ABI
ABI objects
Getter at block 21159894
MAX_TOKEN_SUPPLY() view returns (uint256)
10000
maxMintsPerPerson() view returns (uint256)
4
merkleRoot() view returns (bytes32)
0xdb828ddd33184a10e50dee3c8e0f2f7f498ef855b4f111d36b53ffb07352244f
name() view returns (string)
Weirdos
owner() view returns (address)
0x5b51f588593ec23c076439a32de6f3c1806a364b
paused() view returns (bool)
true
price() view returns (uint256)
125000000000000000
publicMintStatus() view returns (uint8)
2
symbol() view returns (string)
ILYYW
totalSupply() view returns (uint256)
10000
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)
verifyMerkle(bytes32[] _proof, bytes32 _leaf) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
merkleMint(bytes32[] _merkleProof, uint256 _numberOfMints) payable
mint(uint256 _numberOfMints) payable
pause(bool _value)
renounceOwnership()
reservedMint(uint256 _numberOfMints)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxMintsPerPerson(uint256 _max)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
setPublicMintStatus(uint256 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()