Eth Wobblers
Verified contract
Active on
Ethereum with 5,298 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 "Eth Wobblers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102445 | a month ago | | | 0 | 0.00015983533 | |
| 18802523 | a year ago | | | 0 | 0.00082749870 | |
| 18802522 | a year ago | | | 0 | 0.00080190175 | |
| 17924652 | a year ago | | | 0 | 0.00086530201 | |
| 17507001 | a year ago | | | 0 | 0.00067877268 | |
| 17167619 | 2 years ago | | | 0 | 0.0019002585 | |
| 16726675 | 2 years ago | | | 0 | 0.0014289689 | |
| 16717225 | 2 years ago | | | 0 | 0.00086034665 | |
| 16698275 | 2 years ago | | | 0 | 0.0013364525 | |
| 16681932 | 2 years ago | | | 0 | 0.0012565445 |
ABI
ABI objects
Getter at block 21380116
baseURI() view returns (string)
ipfs://bafybeihmxdvswtpstza3lvxcbmw4qxk7uofwdw4uhgwy56bj46hxwpxtee/
costCheck() view returns (uint256)
4000000000000000
maxFreePerWallet() view returns (uint256)
1
maxPerFree() view returns (uint256)
1
maxPerTx() view returns (uint256)
31
maxPerWallet() view returns (uint256)
31
maxSupply() view returns (uint256)
4000
mintEnabled() view returns (bool)
true
name() view returns (string)
Eth Wobblers
owner() view returns (address)
0xc355332c2158d783c12b1cf611585a899b768e12
price() view returns (uint256)
4000000000000000
symbol() view returns (string)
WOBBL
totalFree() view returns (uint256)
4000
totalFreeMinted() view returns (uint256)
3615
totalSupply() view returns (uint256)
4000
Read-only
_mintedFreeAmount(address) view returns (uint256)
_totalMintedAmount(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events CommunityWallet(uint256 quantity, address user)
approve(address to, uint256 tokenId)
burn(address mintAddress, uint256 count)
mint(uint256 count) 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 baseuri_)
setMaxPerFree(uint256 MaxPerFree_)
setMaxTotalFree(uint256 MaxTotalFree_)
setPrice(uint256 price_)
toggleMinting()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.