WhatTheForg
Verified contract
Active on
Ethereum with 1,360 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 "WhatTheForg"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18229008 | a year ago | | | 0 | 0.00028999747 | |
| 15702640 | 2 years ago | | | 0 | 0.00031710153 | |
| 15406272 | 2 years ago | | | 0 | 0.00070771434 | |
| 15262261 | 2 years ago | | | 0 | 0.00035395802 | |
| 15253780 | 2 years ago | | | 0 | 0.00011018780 | |
| 15060700 | 2 years ago | | | 0 | 0.00056858423 | |
| 14994209 | 2 years ago | | | 0 | 0.00083914200 | |
| 14952184 | 3 years ago | | | 0 | 0.00077946925 | |
| 14949456 | 3 years ago | | | 0 | 0.0015144973 | |
| 14917891 | 3 years ago | | | 0 | 0.0036267094 |
ABI
ABI objects
Getter at block 21407537
MAX_FREE_MINT_PER_WALLET() view returns (uint256)
1
MAX_FREE_SUPPLY() view returns (uint256)
500
MAX_MINT_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
2000
MINT_PRICE() view returns (uint256)
5000000000000000
baseURI() view returns (string)
ipfs://QmNRCPbZyEsXC1bCcwXK75t5dSpNH1HcomKL8ghuawzCvd/
mintStarted() view returns (bool)
true
name() view returns (string)
WhatTheForg
owner() view returns (address)
0x054ba36a37c961a753fef61ad790e890d44d8016
symbol() view returns (string)
WTF
totalSupply() view returns (uint256)
2000
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)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleStateToggle()
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
teamMint(uint256 _number)
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(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()