Oddities

Verified contract

Active on Ethereum with 447 txns
Deployed by via 0x6b53b886 at 14843619
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Oddities"

0x326e7a659be931321bbc64f4badcd78af82b1ced1300eadc86bc80245e143578
0x1ada5da0decd613279450f39ce3a87b9d2985e4f495e0accb2ebbd45e13c5f00
From
0xa301f85ab01ecf39797baaaad8ff35ce91ab114ad6c0ba3225a389b4fcae501d
From
0x988b91e5ab8ccd505cc1b4bc1ebb86c5c38522e5e0b81db95e6ae6a7ce2c05ba
0x8b4afcd492ec1142771968fc27896f322dce01820bfd1bd4f4aa97910574760e
0x8ddd012b00f037e9490dca8b2a10aa10cd2930a3aec0e2667abca1e781937271
0xe226fb5185e8383fb1b8912c736035c33773b88734b70d94919e1113d6ed1561
0x4d57df61eb0bfd02cd6d558c8e4c18c7d7afe2bff09717e9b5b77c3b500ca23c
0xe3d5afcf037bc1dbe85aa303347284e84a1015803fa2614b8ea1b5ccba09e5fa
0x21f0120b4a0bbd5b1daf3eb21900e3f008ac9f34f8c3e8651a5d5e56652d34b8

Functions
Getter at block 20954852
maxFreePerWallet(view returns (uint256)
3
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
3333
mintEnabled(view returns (bool)
true
name(view returns (string)
Oddities
owner(view returns (address)
0x2472533e2a410c42a0275ccebee4b970698d2890
price(view returns (uint256)
5000000000000000
symbol(view returns (string)
Odd
totalFree(view returns (uint256)
900
totalSupply(view returns (uint256)
902
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 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(