WhaleEvents
Verified contract
Active on
Ethereum with 1,185 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WhaleEvents"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855718 | 2 months ago | | | 0 | 0.00030189327 | |
| 20642153 | 3 months ago | | | 0 | 0.00031833298 | |
| 20339383 | 4 months ago | | | 0 | 0.00015123626 | |
| 19827457 | 6 months ago | | | 0 | 0.00012557380 | |
| 19827455 | 6 months ago | | | 0 | 0.00023618291 | |
| 19304404 | 9 months ago | | | 0 | 0.00063843432 | |
| 19070614 | 10 months ago | | | 0 | 0.00044712930 | |
| 18899952 | a year ago | | | 0 | 0.0012089789 | |
| 18274143 | a year ago | | | 0 | 0.00018214075 | |
| 17458251 | a year ago | | | 0 | 0.00041992420 |
ABI
ABI objects
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 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)
State-modifying
Events approve(address to, uint256 tokenId)
freezeMetadata()
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setFreeMintAllowance(uint256 freeMintAllowance)
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(uint256 price, uint256 maxSupply, string baseUri, uint256 freeMintAllowance, uint256 maxMintPerTx, bool isSaleActive, uint256 freeMintIsAllowedUntil)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()