HUXLEY Humans
Verified contract
Active on
Ethereum with 5,049 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbeb1…77bd
0x3822…ffde
-
variable spans 10 additional slots
-
variable spans 10 additional slots
Balances ($0.00)
No balances found for "HUXLEY Humans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153400 | 6 days ago | | | 0 | 0.00059908848 | |
| 21137827 | 9 days ago | | | 0 | 0.0010523731 | |
| 21131422 | 10 days ago | | | 0 | 0.0011032973 | |
| 21006546 | a month ago | | | 0 | 0.00040786340 | |
| 20879204 | a month ago | | | 0 | 0.0014071051 | |
| 20723418 | 2 months ago | | | 0 | 0.00016043957 | |
| 20637759 | 3 months ago | | | 0 | 0.000031258303 | |
| 20637739 | 3 months ago | | | 0 | 0.000031715286 | |
| 20637143 | 3 months ago | | | 0 | 0.000078226908 | |
| 20634215 | 3 months ago | | | 0 | 0.00012822339 |
ABI
ABI objects
Getter at block 21199726
IPLicensesIncluded() pure returns (string)
Personal Use, Commercial Display, Merchandising
canBurn() view returns (bool)
false
canMintUsingGenesis() view returns (bool)
false
canMintUsingRobots() view returns (bool)
false
canPriorityMint() view returns (bool)
false
getAllSupplyLeft() view returns (uint256 supplyLeftCat1, uint256 supplyLeftCat2, uint256 supplyLeftCat3, uint256 supplyLeftCat4, uint256 supplyLeftCat5, uint256 supplyLeftCat6, uint256 supplyLeftCat7, uint256 supplyLeftCat8, uint256 supplyLeftCat9, uint256 supplyLeftCat10)
(supplyLeftCat1=0, supplyLeftCat2=0, supplyLeftCat3=0, supplyLeftCat4=0, supplyLeftCat5=0, supplyLeftCat6=0, supplyLeftCat7=0, supplyLeftCat8=0, supplyLeftCat9=0, supplyLeftCat10=0)
getAllSupplyLeftRobotsOwners() view returns (uint256 supplyLeftCat1, uint256 supplyLeftCat2, uint256 supplyLeftCat3, uint256 supplyLeftCat4, uint256 supplyLeftCat5, uint256 supplyLeftCat6, uint256 supplyLeftCat7, uint256 supplyLeftCat8, uint256 supplyLeftCat9, uint256 supplyLeftCat10)
(supplyLeftCat1=0, supplyLeftCat2=0, supplyLeftCat3=0, supplyLeftCat4=0, supplyLeftCat5=0, supplyLeftCat6=0, supplyLeftCat7=0, supplyLeftCat8=0, supplyLeftCat9=0, supplyLeftCat10=0)
name() view returns (string)
HUXLEY Humans
owner() view returns (address)
0x333fea00aec6f62552d54b9c89eb7f90db8a593c
symbol() view returns (string)
HUMANS
totalSupply() view returns (uint256)
3000
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)
priorityQtyRedeemed(address) view returns (uint256)
robotsRedemptions(uint256) view returns (bool)
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)
priorityRedeemAndMint(uint256 _category, uint256 _amount, uint256 _quantityAllowed, bytes _signature)
privateMint(uint256 _category, uint256 _amount, bool isRobot)
redeemAndMintGenesis(uint256 _category, uint256 _amount)
redeemAndMintRobot(uint256 _robotTokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setCanBurn(bool _canBurn)
setCanMintUsingGenesis(bool _canMintUsingGenesis)
setCanMintUsingRobots(bool _canMintUsingRobots)
setCanPriorityMint(bool _canPriorityMint)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSeedValue(uint256 _randomSeed)
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)
RobotMintExecuted(address _sender, uint256 _tokenId, uint256 _humanTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address genesisTokenAddress, address avatarTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.