HUXLEY Comics
Verified contract
Active on
Ethereum with 22,161 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 Comics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070395 | 14 days ago | | | 0 | 0.00026334657 | |
| 21063019 | 15 days ago | | | 0 | 0.00021203437 | |
| 21045020 | 17 days ago | | | 0 | 0.00026492116 | |
| 21001153 | 23 days ago | | | 0 | 0.00054464925 | |
| 20958416 | a month ago | | | 0 | 0.00034454700 | |
| 20778705 | 2 months ago | | | 0 | 0.00065876035 | |
| 20678111 | 2 months ago | | | 0 | 0.00033812016 | |
| 20637742 | 2 months ago | | | 0 | 0.000031451675 | |
| 20637741 | 2 months ago | | | 0 | 0.000030251085 | |
| 20567651 | 3 months ago | | | 0 | 0.000028112308 |
ABI
ABI objects
Getter at block 21168711
canBurn() view returns (bool)
false
getCurrentIssue() view returns (uint256 _currentIssue)
3
getCurrentMaxPayableMintBatch() view returns (uint256 _currentMaxaPaybleMintBatch)
40
getCurrentPrice() view returns (uint256 _currentPrice)
100000000000000000
minter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
HUXLEY Comics
owner() view returns (address)
0x333fea00aec6f62552d54b9c89eb7f90db8a593c
symbol() view returns (string)
HUXLEY
tokenId() view returns (uint256)
30330
totalSupply() view returns (uint256)
11313
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getIssue(uint256 _issueNumber) view returns (struct IHuxleyComicsIssue _issue)
getToken(uint256 _tokenId) view returns (struct IHuxleyComicsToken _token)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
redemptions(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)
createNewIssue(uint256 _price, uint256 _goldSupply, uint256 _firstEditionSupply, uint256 _holographicSupply, uint256 _startSerialNumberGold, uint256 _startSerialNumberFirstEdition, uint256 _startSerialNumberHolographic, uint256 _maxPayableMintBatch, string _uri)
redeemCopy(uint256 _tokenId)
renounceOwnership()
safeMint(address to) returns (uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(uint256 _issueNumber, string _uri)
setCanBurn(bool _canBurn)
setTokenDetails(uint256 _tokenId, uint8 _tokenType)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMinter(address _minter)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.