Hungry Runtz
Verified contract
Active on
Ethereum with 2,166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Hungry Runtz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20241842 | 5 months ago | | | 0 | 0.00015198417 | |
| 20194882 | 5 months ago | | | 0 | 0.000068949690 | |
| 20016813 | 6 months ago | | | 0 | 0.00028744840 | |
| 19432950 | 8 months ago | | | 0 | 0.0012093371 | |
| 19396106 | 9 months ago | | | 0 | 0.0021705411 | |
| 19015492 | 10 months ago | | | 0 | 0.0010236122 | |
| 18966671 | a year ago | | | 0 | 0.00076384917 | |
| 18800189 | a year ago | | | 0 | 0.0010943011 | |
| 18752606 | a year ago | | | 0 | 0.0010347102 | |
| 18334577 | a year ago | | | 0 | 0.00058515852 |
ABI
ABI objects
Getter at block 21258537 getFreeState() view returns (struct Hungry_RuntzSaleState _freeState) getPaidState() view returns (struct Hungry_RuntzSaleState)
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://hungryruntz.mypinata.cloud/ipfs/QmPsdDN38aQuRduoajJBvezNGsELiaio2sEWALNyYVTFtP/
name() view returns (string)
Hungry Runtz
owner() view returns (address)
0xeaab5d31fe27774e28fedecdea16d9f2164cbb69
symbol() view returns (string)
HUNGRYRUNTZ
totalSupply() view returns (uint256)
6610
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)
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)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burnToken(uint256 tokenId)
freeMint(uint256 mintAmount) payable
freeMintPause(bool paused)
freeWLMint(uint256 mintAmount) payable
paidMint(uint256 _mintAmount) payable
paidMintPause(bool state)
paidWLMint(uint256 mintAmount) payable
pauseFreeWL(bool paused)
pausePaidWL(bool paused)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string ext)
setBaseURI(string uri)
setFreeHundredsIndex(uint16 idx)
setFreeMaxMint(uint8 freeMaxMint)
setFreeOffset(uint8 idx)
setFreeSeriesSize(uint32 freeSize)
setFreeSeriesSupply(uint32 supply)
setFreeStart(uint32 supply)
setFreeWL(address[] contracts)
setPaidCost(uint128 cost)
setPaidHundredsIndex(uint16 idx)
setPaidMaxMint(uint8 paidMaxMint)
setPaidOffset(uint8 idx)
setPaidSeriesSize(uint32 size)
setPaidSeriesSupply(uint32 supply)
setPaidStart(uint32 supply)
setPaidWL(address[] contracts)
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)
ExternalContractFailure(address extContract, bytes error)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.