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 "WEBZEE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904020 | a month ago | | | 0 | 0.00010487311 | |
| 19808481 | 6 months ago | | | 0 | 0.00021422232 | |
| 19034121 | 10 months ago | | | 0 | 0.0014620743 | |
| 18988687 | 10 months ago | | | 0 | 0.00063472456 | |
| 18877798 | a year ago | | | 0 | 0.0025718040 | |
| 18821345 | a year ago | | | 0 | 0.0070426465 | |
| 18721152 | a year ago | | | 0 | 0.0029862332 | |
| 18612915 | a year ago | | | 0 | 0.0010529094 | |
| 18589648 | a year ago | | | 0 | 0.00080300541 | |
| 17815369 | a year ago | | | 0 | 0.0025983249 |
ABI
ABI objects
Getter at block 21220939
BASE_TOKEN_URI() view returns (string)
https://webzee.co/tokenData?
name() view returns (string)
WEBZEE
owner() view returns (address)
0x2c3c317f725b89bcd77bdef5ccda8705135ba62e
symbol() view returns (string)
WBZ
totalSupply() view returns (uint256)
438
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintTokens(address _to, uint256 _count, uint256 _maxSupply, uint256 _maxPerMint, uint256 _maxMint, uint256 _price, bool _canMint, uint8 v, bytes32 r, bytes32 s) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address to, uint256 tokenId)
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.