DeadFrenz
Verified contract
Active on
Ethereum with 23,836 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
2 additional
variables
Balances ($64.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 4.404842 | $14.72 |
$64.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165414 | 5 hours ago | | | 0 | 0.0019204546 | |
| 21155371 | 2 days ago | | | 0 | 0.00080101635 | |
| 21155241 | 2 days ago | | | 0 | 0.0014685798 | |
| 21150229 | 2 days ago | | | 0 | 0.00062557974 | |
| 21146172 | 3 days ago | | | 0 | 0.00024298248 | |
| 21146161 | 3 days ago | | | 0 | 0.00021776806 | |
| 21146158 | 3 days ago | | | 0 | 0.00022781301 | |
| 21146124 | 3 days ago | | | 0 | 0.00023605996 | |
| 21146123 | 3 days ago | | | 0 | 0.00023397465 | |
| 21143505 | 3 days ago | | | 0 | 0.0011840016 |
ABI
ABI objects
Getter at block 21166829
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_contractURI() view returns (string)
ipfs://QmXt29bZGBZzx98MPJkozPNKvjhocSM1dC4VDaniunUgnY
contractURI() view returns (string)
ipfs://QmXt29bZGBZzx98MPJkozPNKvjhocSM1dC4VDaniunUgnY
entropy() view returns (uint256)
62048263594093775086218502283903861760829185484296058694529714788552149086781
mintPassFactory() view returns (address)
0x090f688f0c11a8671c47d833af3cf965c30d3c35
name() view returns (string)
DeadFrenz
owner() view returns (address)
0xddb08939f7c3b9ac229b238eb913cadb9d90d534
paused() view returns (bool)
false
randomResult() view returns (uint256)
0
saleConfiguration() view returns (bool isSaleOpen, bool isPresaleOpen, bytes32 presaleMerkleRoot, uint256 windowOpens, uint256 windowCloses, uint256 maxMintsPerTxn, uint256 mintPrice, uint256 maxSupply)
(isSaleOpen=false, isPresaleOpen=false, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, windowOpens=0, windowCloses=0, maxMintsPerTxn=0, mintPrice=0, maxSupply=0)
symbol() view returns (string)
DEADFRENZ
totalSupply() view returns (uint256)
11303
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCounter(uint256 _id, string _direction) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isRedemptionOpen(uint256 passID) view returns (bool)
makeLeaf(address _addr, uint256 amount) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
redemptionWindows(uint256) view returns (uint256 windowOpens, uint256 windowCloses, uint256 maxRedeemPerTxn, uint256 tokenPool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenData(uint256) view returns (string tokenURI, bool exists)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verifyMerkleProof(bytes32[] merkleProof, uint256 amount) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
directMint(uint256 quantity, uint256 amount, bytes32[] merkleProof) payable
editPresaleMerkleRoot(bytes32 presaleMerkleRoot)
editSale(bool isSaleOpen, uint256 windowOpens, uint256 windowCloses, uint256 maxMintsPerTxn, uint256 mintPrice, uint256 maxSupply)
grantRole(bytes32 role, address account)
makeRandomNumber() returns (bytes32 requestId)
pause()
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
redeem(uint256[] mpIndexes, uint256[] amounts)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setContractURI(string uri)
setCounter(uint256 _id, string _direction, uint256 _value)
setIndividualTokenURI(uint256 id, string uri)
setMaxRedeemPerTxn(uint256 passID, uint256 _maxRedeemPerTxn)
setMintPassToken(address _mintPassToken)
setPassTokenPool(uint256 _passID, uint256 _index)
setRedeemClose(uint256 passID, uint256 _windowClose)
setRedeemStart(uint256 passID, uint256 _windowOpen)
togglePresale(bool isPresaleOpen)
toggleSaleOn(bool isOn)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawEther(address _to, uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address indexed account, string tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Redeemed(address indexed account, string tokens)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256[] _mpIndexes, uint256[] _redemptionWindowsOpen, uint256[] _redemptionWindowsClose, uint256[] _maxRedeemPerTxn, string _baseTokenURI, string _contractMetaDataURI, address _mintPassToken, uint256 _numTokenPools, uint256[] _mpTokenPools, uint256[] _mpTokenPoolsStartIndexes)
This contract contains no fallback and receive objects.
This contract contains no error objects.