WebbItems
Verified contract
Active on
Ethereum with 963 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 "WebbItems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21125599 | 13 days ago | | | 0 | 0.00039068392 | |
| 20901254 | a month ago | | | 0 | 0.00068410215 | |
| 20900495 | a month ago | | | 0 | 0.00035189600 | |
| 20875168 | 2 months ago | | | 0 | 0.00042901706 | |
| 20873008 | 2 months ago | | | 0 | 0.00081226897 | |
| 20870274 | 2 months ago | | | 0 | 0.00032404730 | |
| 20870078 | 2 months ago | | | 0 | 0.00028573730 | |
| 20870001 | 2 months ago | | | 0 | 0.00052165069 | |
| 20800627 | 2 months ago | | | 0 | 0.00060225686 | |
| 20793107 | 2 months ago | | | 0 | 0.00088152360 |
ABI
ABI objects
Getter at block 21217992
_isActive() view returns (bool)
true
_isWhiteListOnly() view returns (bool)
true
name() view returns (string)
WebbItems
owner() view returns (address)
0xb8d682deb3014fb44ea84a3f9f70126cefa4b5e5
symbol() view returns (string)
WEBBITEMS
totalSupply() view returns (uint256)
348
Read-only
_whiteList(address) view returns (bool)
_whiteListAllocated(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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToWhiteList(address[] addresses, uint256[] itemsAllocated)
addToWhiteListSingle(address add, uint256 itemsAllocated)
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
mintItems(uint256 quantity)
removeFromWhiteList(address[] addresses)
removeFromWhiteListSingle(address add)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setWhiteListOnly(bool isWhiteListOnlyActive)
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.