WhaleEvents

Verified contract

Active on Ethereum with 1,185 txns
Deployed by via 0xad90c55f at 14835158
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WhaleEvents"

0xc3d375cb94035ec48ee47b7826eece699fbb942dd4d3505f0c3d5a12582720fd
0xb65898cac54e1fe63f60effcb7668a2f917872d9ceb09f398fc2dc7cb4c47e43
0x18dc0aad62e85f7b71b6c26d2f3ff64d803c9fcdbc67c926047f7b6cea6acb7a
0x429d81b4c9f5be4b2fe17cfe32e3e95651d352b95d669062269fb102e231a0d2
0x20687d7c3cac5d198dde9547bcd2cbe99d92df8b8c47c6b77531ccd544d4aa7d
0x253d53f16d76bb4911af384e54a9c6c07fab910869abf288f49c8d11351e23e2
0x11c63bbd57073fcad7009db1de92c24394e1a993cb6affbb4fe5403e64484271
0x12de0dd2a70cc3c22dcfafb7f2cb48cc386fac3ace9c1cb44463143c3b61438a
0x4e5503c2e1fa22e0ae0d2697117ebd3724e6d56b5d61e8441e9399564bf7cc2c
0x9acbf5ad807978117699fe534ac688c9c3ffa0b6542b9c82cd0b893cf48ae049

Functions
Getter at block 21209003
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
0
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
0
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
50
MAX_SUPPLY(view returns (uint256)
1000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
1000000000000000
name(view returns (string)
WhaleEvents
owner(view returns (address)
0xa6286487ff71763ae84ea06d2393944ef3c7b390
symbol(view returns (string)
PASS
totalSupply(view returns (uint256)
1000
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
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
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(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
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(