Huxley A.I.
Verified contract
Active on
Ethereum with 227 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 "Huxley A.I."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21049665 | 21 days ago | | | 0 | 0.00038724644 | |
| 21047070 | 22 days ago | | | 0 | 0.00021997368 | |
| 20944873 | a month ago | | | 0 | 0.00035206780 | |
| 20637743 | 3 months ago | | | 0 | 0.000029513701 | |
| 20637708 | 3 months ago | | | 0 | 0.000063079005 | |
| 20636324 | 3 months ago | | | 0 | 0.00023498634 | |
| 20634370 | 3 months ago | | | 0 | 0.00021688388 | |
| 20634260 | 3 months ago | | | 0 | 0.00011935239 | |
| 20609914 | 3 months ago | | | 0 | 0.000049140175 | |
| 20564043 | 3 months ago | | | 0 | 0.000087956423 |
ABI
ABI objects
Getter at block 21203344
IPLicensesIncluded() pure returns (string)
Personal Use, Commercial Display, Merchandising
burner() view returns (address)
0x0000000000000000000000000000000000000000
minter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Huxley A.I.
owner() view returns (address)
0x333fea00aec6f62552d54b9c89eb7f90db8a593c
symbol() view returns (string)
A.I.
totalSupply() view returns (uint256)
7062
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256[] _tokenIds)
mint(address _account, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _value)
setBurner(address _addr)
setDefaultRoyalty(address receiver, uint96 numerator)
setMinter(address _addr)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _royaltyReceiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()