HumanoidsAI

Verified contract

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

No balances found for "HumanoidsAI"

0xa3b2853d3b5edc970faad6671152512d3f7a8e763b52841f6e4c5374b1365a01
0x47dec5d0473219da642940e70989fad7f827ce9ea29f2947ebcf51652dcb6ddc
0xbcaab2de83007a74545a0282aa69ddaf3f2e5a9746b5b99ef80c1401a5443f95
0x2ed266977b41d442b379812894648cf7bfd9d9f0b525a1eef99ea3c6449036fb
0xc8ff805a937de84b8e2e9993987ff947b048f477f38da89b53addb518f93e0fc
0x891bf0d0a09dbf25e1fc221f6f69f4adfa75db9d6cbfecadc78d785d59b199fa
0x58d82c1728cbf86a6fca5bb8301f9854d1920d335914dec5bd02ba71b7c0c812
0xf373678c554c8d8d1e8deebf972b05006fbd59f1bb8faef531eac23d7b6f351b
0x86704c6220525902c10623e873484e5b02f562c589f62e73a78cee4e98d990df
0x61e7dbe37c1d4224e37dbd0f7e4ee9a30d4238e316e2fec9bb999e3e5c618c98

Functions
Getter at block 20940558
MAX_SUPPLY(view returns (uint256)
333
PRICE(view returns (uint256)
9000000000000000
WALLET_LIMIT(view returns (uint256)
1
baseURI(view returns (string)
https://ipfs.io/ipfs/bafybeibrimx6fcpu7muj7xfmibbds74becrvocopndvfdwfxth2voez6ae/
mintState(view returns (uint8)
1
name(view returns (string)
HumanoidsAI
owner(view returns (address)
0xa8238931687eaba797af4ddb2cddacb1426ec70d
symbol(view returns (string)
HumanoidsAI
totalSupply(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
remainingForAddress(address whoview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchMint(address[] recipientsuint256[] quantities
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMintState(uint256 newState
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI_address recipientuint256 allocation
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(