Blob Town.WTF
Verified contract
Active on
Ethereum with 6,482 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 "Blob Town.WTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20194632 | 4 months ago | | | 0 | 0.000090769387 | |
| 19658426 | 7 months ago | | | 0 | 0.00040399144 | |
| 19335957 | 8 months ago | | | 0 | 0.0022106995 | |
| 19322895 | 9 months ago | | | 0 | 0.0019857602 | |
| 18911087 | 10 months ago | | | 0 | 0.00043512732 | |
| 18589821 | a year ago | | | 0 | 0.00093359972 | |
| 18337871 | a year ago | | | 0 | 0.00013308290 | |
| 18337815 | a year ago | | | 0 | 0.00012773653 | |
| 17957148 | a year ago | | | 0 | 0.00090515268 | |
| 17361378 | a year ago | | | 0 | 0.0019658036 |
ABI
ABI objects
Getter at block 21173659
CURR_MINT_COST() view returns (uint256)
4269000000000000
MAX_TOKENS() view returns (uint256)
2222
baseURI() view returns (string)
ipfs://Qma4R7NUarqp2yZ4Ai5qYQFWL95LV9yZBpE93Fo8EBckRz/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Final, 35, 0, 4269000000000000, 1, 1, 2256, false, false)
hasSaleStarted() view returns (bool)
false
name() view returns (string)
Blob Town.WTF
owner() view returns (address)
0xd19318a176205c6c4fa13cf2ff5a3899601bbfd7
symbol() view returns (string)
BlobTown.WTF
totalSupply() view returns (uint256)
2256
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 Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId)
mintNFT(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeMints(uint256 amount)
setSaleStarted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()