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 "WutziBot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19851771 | 6 months ago | | | 0 | 0.000089523019 | |
| 19851729 | 6 months ago | | | 0 | 0.000094272555 | |
| 19851712 | 6 months ago | | | 0 | 0.000083907042 | |
| 18997174 | 10 months ago | | | 0 | 0.00050266300 | |
| 18997164 | 10 months ago | | | 0 | 0.00044505675 | |
| 17523225 | a year ago | | | 0 | 0.0015556999 | |
| 17523219 | a year ago | | | 0 | 0.0012329011 | |
| 17518852 | a year ago | | | 0 | 0.0022589415 | |
| 17381738 | a year ago | | | 0 | 0.0012224799 | |
| 17381554 | a year ago | | | 0 | 0.00086928881 |
ABI
ABI objects
Getter at block 21168510
ADMIN_LIMIT() view returns (uint256)
500
MAX_BY_MINT() view returns (uint256)
25
MAX_ELEMENTS() view returns (uint256)
5555
PRICE() view returns (uint256)
80000000000000000
PUBLIC_COUNT() view returns (uint256)
500
baseTokenURI() view returns (string)
https://wutzibot-api.herokuapp.com/api/token/
name() view returns (string)
WutziBot
owner() view returns (address)
0x941c2c191f450f697df46b67733ef426648d310c
paused() view returns (bool)
false
symbol() view returns (string)
WutziBot
totalSupply() view returns (uint256)
134
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerTokenIds(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
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 adminBatchMint(uint256 _tId, address _to, uint256 _count)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminLimit(uint256 _limit)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxByMint(uint256 _MAX_BY_MINT)
setMaxElements(uint256 _count)
setPrice(uint256 _PRICE)
setPublicCount(uint256 _count)
setRiskMode(bool isRisk)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.