Hellobot Universe Official

Verified contract

Active on Ethereum with 2,595 txns
Deployed by via 0x6bdc5cdc at 17035853
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Hellobot Universe Official"

0x03f3e5cd2a7b9e013ffbdbe0953751bbc4e80f1d449712c45d552656b9c414c4
0x9729b8c9e579a4b621742b7715c29fb780da5a1e91295e169f5db3c61e2b8524
0xf03f606cf8db7f5ebb86c281bea2246cdda44aa32d01e78210130c76cc57f42e
0x0fcf217e5ce611deb2f6991752f28d1e43bc667e5520823fb01172d325977074
0xdc0d7e85c648c96fdc231abf46678fe78cab3da5a54c3fcc19d034991a85475b
0x5fee19f882cc5167e607d8c7abc3e6cb61f75e5d0c65578b5d7bb2b950b92127
0x962b50fd4eb9619abf47a947b0223e0d148902c1df821af172189ececd52129c
0x7f72bb849a509951a764d95db2c75b7ec6a3a61bdccab59eb1c183c093f8a524
0x514f56e8b0041831cef105695eb7949d04f5268796d07db3e8ca58ba91fbb003
0xdd2e346d07ad9f63fc19181917b9103580b805edfd25a54e751b3b7df904bf54

Functions
Getter at block 20940537
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name(view returns (string)
Hellobot Universe Official
owner(view returns (address)
0x9afc940ef66faf471f13375c682317d325053d2e
symbol(view returns (string)
HellobotNFT
teamMinted(view returns (uint256)
553
totalSupply(view returns (uint256)
5300
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] airdropListuint256[] quantity
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseUri
setDefaultRoyalty(address receiveruint96 feeNumerator
teamMint(address[] addressListuint256[] quantity
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(