Happy Astronauts
Verified contract
Active on
Ethereum with 1,845 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 "Happy Astronauts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21049680 | 24 days ago | | | 0 | 0.00045761920 | |
| 20758364 | 2 months ago | | | 0 | 0.00012561188 | |
| 20347848 | 4 months ago | | | 0 | 0.00022831793 | |
| 20228751 | 5 months ago | | | 0 | 0.00012353911 | |
| 20144898 | 5 months ago | | | 0 | 0.00010423848 | |
| 20036291 | 5 months ago | | | 0 | 0.00044349115 | |
| 19945496 | 6 months ago | | | 0 | 0.00015845168 | |
| 19739095 | 7 months ago | | | 0 | 0.00046100564 | |
| 19609034 | 7 months ago | | | 0 | 0.00050065468 | |
| 19608731 | 7 months ago | | | 0 | 0.00052066949 |
ABI
ABI objects
Getter at block 21222304
max_mint_allowed() view returns (uint256)
100
mint_price() view returns (uint256)
100000000000000000
name() view returns (string)
Happy Astronauts
owner() view returns (address)
0xe26eb6da3050fb4e8e8792d75e7a0c87ccc783fb
paused() view returns (bool)
false
public_mint_open() view returns (bool)
true
symbol() view returns (string)
HATS
totalSupply() view returns (uint256)
2934
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isContractOperator(address _acc) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 token_) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address _to, uint256 _id, uint256 _quantity, uint256 inc_counter)
mintBatchToken(address to, uint256[] ids, uint256[] amounts, uint256 inc_counter)
mintToken(address _to, uint256 _quantity) payable
pause()
renounceOwnership()
resetCounter(uint256 _count)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractOperator(address _to, bool is_operator)
setCustomURI(uint256 _tokenId, string _newURI)
setSettings(bool _public_mint_open, uint256 _mint_price, uint256 _max_mint_allowed)
setURI(string _newURI)
transferOwnership(address newOwner)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.