weebtown
Verified contract
Active on
Ethereum with 1,216 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 "weebtown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20621071 | 3 months ago | | | 0 | 0.00027360382 | |
| 20571232 | 4 months ago | | | 0 | 0.00031885611 | |
| 19746963 | 7 months ago | | | 0 | 0.00031965478 | |
| 19709013 | 8 months ago | | | 0 | 0.00030356743 | |
| 19558983 | 8 months ago | | | 0 | 0.00041097083 | |
| 18888980 | a year ago | | | 0 | 0.00097815146 | |
| 18774723 | a year ago | | | 0 | 0.0010789260 | |
| 18774722 | a year ago | | | 0 | 0.0011117404 | |
| 18678598 | a year ago | | | 0 | 0.0019542813 | |
| 18636589 | a year ago | | | 0 | 0.00075163510 |
ABI
ABI objects
Getter at block 21382592
amountForDevs() view returns (uint256)
200
baseURI() view returns (string)
ipfs://bafybeidhtf3i36wwdrlfijcm7b3y2oiaet6bnxtsv4nobzjumds2ibihdy/
collectionSize() view returns (uint256)
10000
contractMetadataURI() view returns (string)
ipfs://bafkreictojgkasaf56ajhzos26uhr453djcd7nzxswpq2gk24drhy3l6oi
contractURI() view returns (string)
ipfs://bafkreictojgkasaf56ajhzos26uhr453djcd7nzxswpq2gk24drhy3l6oi
maxBatchSize() view returns (uint256)
10
maxFree() view returns (uint256)
10
maxPerAddress() view returns (uint256)
10
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
weebtown
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
WEEB
totalSupply() view returns (uint256)
7111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
numberMintedFree(address _owner) view returns (uint256)
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)
devMint(uint256 _amount, address _toAddress)
publicMint(uint256 _amount) 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)
setContractMetadataURI(string _contractMetadataURI)
setMaxBatchSize(uint256 _maxBatchSize)
setMaxFree(uint256 _maxFree)
setMaxPerAddress(uint256 _maxPerAddress)
setMintPrice(uint256 _mintPrice)
setPublicSaleActive(bool _publicSaleActive)
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 _collectionSize, uint256 _maxFree, uint256 _maxBatchSize, uint256 _maxPerAddress, uint256 _amountForDevs, uint256 _mintPrice, string _contractMetadataURI, string _newBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()