WINFUND

Verified contract

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

No balances found for "WINFUND"

0xe3e69b844fa5ba2142a41c40aee7c4c22489569f092512e5dd3c747898dfd49f
0xf9ca99dbcaf28dbe47c9e75f2ca3623b73930f832aca812f7112e238d4c0379b
0x691abc8fe6cbd60987cf5213c7e4e581d1892140796dcbb512bd572988ee1875
0x58e9d76a2f45b4b64f18cf0bc3a1c6797b3c9e3e5ea4b80a4ebabcdff3a4d33d
0xd437aa8abba2d33d6834c296e20b88bfb5677920a8741a45a0ed36ed5b8b0125
0xccb3dbec7d29961442f68e7b9ff7fbecc0800df5f876747710d6310e37bfa43f
0x2daab573a16a44932e04372d0e888a79da6cf67b30543d8457b6ccaadda8a1e7
0xe498a629871c47ebcec093467aacdc7aef674b397920f0ccb69ba4944835e721
0xc1090e52b2fc81624dfab8a699c95a8d8e184362c12f1a8f64bd738e0162530a
0x2f4de32feff1d2b3c465b0f6e14434c9252685755c9780075ebe034f8efe0b97

Functions
Getter at block 20938805
ALLOWLIST_PRICE(view returns (uint256)
80000000000000000
MAX_SUPPLY(view returns (uint256)
8080
PRICE(view returns (uint256)
80000000000000000
_allowlistActive(view returns (bool)
false
_publicActive(view returns (bool)
false
allowlistMinted(view returns (uint256)
1
allowlistRoot(view returns (bytes32)
0x2cb7f321af97d2eb5f411f6c4aff50f79fe16383d900fe03c3dbd601669ff899
maxAllowlist(view returns (uint256)
3
maxPublic(view returns (uint256)
25
name(view returns (string)
WINFUND
owner(view returns (address)
0x245de493ba1a09406b0f0e5a8dc598a996bd50d9
symbol(view returns (string)
WINFUND
totalSupply(view returns (uint256)
184
Read-only
_allowlistCounter(addressview returns (uint8)
_publicCounter(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getERC20balance(address tokenAddressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _addresses
allowlistMint(address touint8 quantitybytes32[] _merkleProofpayable 
approve(address touint256 tokenIdpayable 
internalMint(uint256 quantityaddress to
publicMint(address touint8 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAllowlistActive(bool isActive
setAllowlistPrice(uint256 _price
setAllowlistRoot(bytes32 _root
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxAllowlist(uint256 _maxAllowlist
setMaxPublic(uint256 _maxPublic
setPrice(uint256 _price
setPublicActive(bool isActive
setSupply(uint256 _supply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawERC20(address tokenAddress
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
Received(address arg0uint256 arg1
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(