Honey Badger Token
Verified contract
Active on
Ethereum with 2,447 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 "Honey Badger Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026129 | 23 days ago | | | 0 | 0.00014893796 | |
| 18166369 | a year ago | | | 0 | 0.00024458723 | |
| 18004428 | a year ago | | | 0 | 0.00028052512 | |
| 17545347 | a year ago | | | 0 | 0.00087918342 | |
| 17257453 | 2 years ago | | | 0 | 0.0028524508 | |
| 17151942 | 2 years ago | | | 0 | 0.00073697677 | |
| 16746348 | 2 years ago | | | 0 | 0.0010752573 | |
| 16744082 | 2 years ago | | | 0 | 0.00056296478 | |
| 16744082 | 2 years ago | | | 0 | 0.00098201913 | |
| 16668524 | 2 years ago | | | 0 | 0.0015084998 |
ABI
ABI objects
Getter at block 21190166
MAX_FREEMINT_AMOUNT() view returns (uint256)
2
MAX_FREEMINT_SUPPLY() view returns (uint256)
2222
MAX_MINT_AMOUNT() view returns (uint256)
5
MAX_NORMAL_SUPPLY() view returns (uint256)
6666
MINT_PRICE() view returns (uint256)
30000000000000000
SUPER_MINT_SUPPLY() view returns (uint256)
12
canFreeMint() view returns (bool)
false
freeMintEndedAt() view returns (uint256)
1659528000
freeMintMerkleRoot() view returns (bytes32)
0xa4753a38c48d32fa051fcf84aa57c50a3a98fe694dcea13b867331890a42cd56
freeMintStartedAt() view returns (uint256)
1659441600
mintStartedAt() view returns (uint256)
2523528000
name() view returns (string)
Honey Badger Token
owner() view returns (address)
0x035215a747ef31f802a99b1f27398e6e7063cac7
paused() view returns (bool)
false
symbol() view returns (string)
HBT
totalSupply() view returns (uint256)
2234
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _amount, bytes32[] _merkleProof)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setFreeMintMerkleRoot(bytes32 _root)
setStartTime(uint256 _freeMintStartedAt, uint256 _freeMintDuration, uint256 _mintWait)
setSuperBaseURI(string _baseURI)
setUnopenURI(string _unopenURI)
superMint(address _to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.