IntoTheFracture

Verified contract

Active on Ethereum with 4,021 txns
Deployed by via 0x1a8bcf9e at 17081684
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "IntoTheFracture"

0x54dc3565d2455a88014d450a6d4b83578a7864b57f44d6c556457a76eef54ad9
0x1a2404ca5997394a32ec2d446f1a36edc397aa993365e44d71a4b9ac01f1362a
0x02928e5eae9efdc12f2e4d8bb5fe115e0355264ee507068c200d1f2914704d94
0x6ee243bd8d5cb151fa573831e6a2476a84f9c38f3a3b9f4f2a90a210ae56ecf2
0xb9bce9b00c13332efb44000f93db3e140bdf7754672af2dbbe9965f5cc99bbd2
0xec18ec1ca157b4dc22319d6c1bbad2685282725ef5d334ef90e53a78b8776574
0x4b6406ccec817c6c050f54884d710b011d75b0bf0f168701b2a8225416c95c78
0x282eb5b3f95424214e6aa05e6068f060c975b876ebeb51d2935a96b4103f736a
0xaca1e8ffc7c6f3e9263e3fa3fc3535c96238861865e76fea3e26057b96d0e7aa
0x50d8428ea8292e47a0ab7e7cce4d2d426e3041ef530d9ad9e229df4978bdab8a

Functions
Getter at block 20861315
_allowlistEnabled(view returns (bool)
false
_burnWindowEnd(view returns (uint256)
1684522800
_burnWindowStart(view returns (uint256)
1682017200
_delegationRegistry(view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
_fractures(view returns (address)
0xffc6dbff68a8e92a7984e474f7b7a9856945e0fb
_maxBurnAmount(view returns (uint256)
100
_merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_shadowWolves(view returns (address)
0x858df9f84c73e01c55a2dfb95825401242a65d64
owner(view returns (address)
0x1b068dd66ada72e6c4f75368978eda09906b6708
paused(view returns (bool)
true
Read-only
_usedMerkleProofs(bytes32bytes32view returns (bool)
isValidMerkleProof(address accountbytes32[] merkleProofview returns (bool)
State-modifying
enterFracture(uint256[] fractureIdsbytes32[] merkleProof
pause(
renounceOwnership(
setAllowlistEnabled(bool allowlistEnabled
setBurnWindow(uint256 burnWindowStartuint256 burnWindowEnd
setDelegateRegistryAddress(address delegateRegistry
setFracturesAddress(address fractures
setMaxBurnAmount(uint256 maxBurnAmount
setMerkleRoot(bytes32 merkleRoot
setShadowWolvesAddress(address shadowWolves
transferOwnership(address newOwner
unpause(
Events
AllowlistEnabledSet(bool allowlistEnabled
BurnWindowSet(uint256 burnWindowStartuint256 burnWindowEnd
DelegateRegistryAddressSet(address delegationRegistry
FractureAddressSet(address fractures
FractureEntered(uint256[] fractureIdsuint256 firstId
MaxBurnAmountSet(uint256 maxBurnAmount
MerkleRootSet(bytes32 merkleRoot
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
ShadowWolvesAddressSet(address shadowWolves
Unpaused(address account
Constructor
constructor(address fracturesaddress shadowWolvesaddress delegationRegistryuint64 burnWindowStartuint64 burnWindowEndbytes32 merkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistEnabled(
BurnWindowEnded(
BurnWindowNotStarted(
InvalidBurnWindow(
InvalidMerkleProof(
MaxBurnAmountZero(
MaxBurnExceeded(
NotFractureOwnerNorApproved(address accountuint256 fractureId
NullMerkleRoot(