HellTiger
Verified contract
Active on
Ethereum with 3,545 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 "HellTiger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102666 | 11 days ago | | | 0 | 0.00010444911 | |
| 21102665 | 11 days ago | | | 0 | 0.00010424490 | |
| 20667215 | 2 months ago | | | 0 | 0.000061425816 | |
| 19819688 | 6 months ago | | | 0 | 0.00015999648 | |
| 19765759 | 6 months ago | | | 0 | 0.00015496073 | |
| 19765758 | 6 months ago | | | 0 | 0.00014955481 | |
| 18917742 | 10 months ago | | | 0 | 0.00029893271 | |
| 18826642 | a year ago | | | 0 | 0.0016485042 | |
| 18325441 | a year ago | | | 0 | 0.00046737440 | |
| 18101191 | a year ago | | | 0 | 0.00026568481 |
ABI
ABI objects
Getter at block 21179172
BLACKHOLE() view returns (address)
0x000000000000000000000000000000000000dead
_holderClaimed() view returns (uint32)
0
_holderSupply() view returns (uint32)
3333
_maxSupply() view returns (uint32)
10000
_metadataURI() view returns (string)
https://jungleking.mypinata.cloud/ipfs/QmP4M5ZtSNimoiu8e74fc4swYnmmiKv5omEPTFPibef1a5/
_price() view returns (uint256)
99000000000000000
_publicMinted() view returns (uint32)
1703
_publicSupply() view returns (uint32)
9000
_stage() view returns (uint8)
0
_teamMinted() view returns (uint32)
1
_teamSupply() view returns (uint32)
1000
_tiger() view returns (address)
0xe91ceaf5f93032f347ac16fa5b9356ad6aba54bc
_tigerCoin() view returns (address)
0xb83c27805aaca5c7082eb45c868d955cf04c337f
_tigerCoinPerPair() view returns (uint256)
4000000000000000000000000000
_walletLimit() view returns (uint32)
10
name() view returns (string)
HellTiger
owner() view returns (address)
0x390dcfddebeff949b9862ec91d7be337b8995553
revealed() view returns (bool)
true
symbol() view returns (string)
HT
totalSupply() view returns (uint256)
1704
Read-only
_status(address minter) view returns (struct HellTigerStatus)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setPrice(uint256 price)
setRevealed(bool _revealed)
setStage(uint8 stage)
tigerClaim(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(address tiger, address tigerCoin, uint256 tigerCoinPerPair, uint32 maxSupply, uint32 holderSupply, uint32 teamSupply, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()