DragonDistributor

Verified contract

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

No balances found for "DragonDistributor"

0x69e4eed2d40bfd719093e400ddb34ade06e4f9d6a87e5552995614e37b11e1e9
0x7790fdb4a4fe0331ff4b8767fe2e17fff464c8a0d29490c55e1ab316d568ef29
0x68dce093cb3170cb2bbd517e5a67a96762d457faacedde229f3d97f80175053b
0xf9830537f9e5558ef30a337e203a7e0ccc63eb5b8c42ec96ec38a34dd71ea5ef
0x6af2afa7fff7ed76646146209657db2215d72fae9275feaa93630685912981cd
0x0e75ac2e529f83a09562a63901ed9e67ec40c7e2aa8c2c4723ee69e8167e7ccc
0xfbfac323cc06c8cf164a6bd8a3d45d0665c9cafe774b50a16447dbd1465df467
0x1bd72c6545988734c91081b555d4d9db4650983d550d8222735fa46f4993555e
0xa734b6f630b5cbc35123a48c2cb1696dc8fab3c48ea664a7eb641a21c7fe6f38
0x79ac135da9e15b483e52b1132eba7c90ab6e30a586b9b2795f6ba5213e6870a4

Functions
Getter at block 21198696
DOMAIN_SEPARATOR(view returns (bytes32)
0x02ef7aaac2756aef21ed380406e1a887c0664f06d49c829beb9f385e5809910f
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Trusta OG Dragon, version=1, chainId=1, verifyingContract=0xff424b641053f55cfb15a9ee066bd593f9aecc9c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner(view returns (address)
0xd274b4aa6ca3e1d0bed3f407f32465f07da5ec66
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
remainingASupply(view returns (uint256)
10
remainingBSupply(view returns (uint256)
81
remainingPublicSupply(view returns (uint256)
0
timeWindows(view returns (uint256uint256uint256uint256uint256uint256)
(1711346400, 1711368000, 1711346400, 1711368000, 1711346400, 1711368000)
Read-only
mintableDragons(address userview returns (uint256uint256uint256)
nonces(address ownerview returns (uint256)
State-modifying
acceptOwnership(
initialize(uint256 startAuint256 endAuint256 startBuint256 endBuint256 startPublicuint256 endPublic
mintA(address useruint256 deadlineuint8 vbytes32 rbytes32 s
mintB(address useruint256 priceuint256 deadlineuint8 vbytes32 rbytes32 s
publicMint(address useruint256 priceuint256 deadlineuint8 vbytes32 rbytes32 s
renounceOwnership(
setBaseURI(string baseURI
setEndTimeA(uint256 end
setEndTimeB(uint256 end
setEndTimePublic(uint256 end
setStartTimeA(uint256 start
setStartTimeB(uint256 start
setStartTimePublic(uint256 start
setWhiteListABatch(address[] usersuint256[] counts
setWhiteListBBatch(address[] usersuint256[] counts
transferDragonOwner(address newOwner
transferOwnership(address newOwner
withdraw(address receiver
Events
EIP712DomainChanged(
EndTimeAChanged(uint256 endTimeA
EndTimeBChanged(uint256 endTimeB
EndTimePublicChanged(uint256 endTimePublic
Initialize(address indexed dragonOGuint256 startTimeAuint256 endTimeAuint256 startTimeBuint256 endTimeBuint256 startTimePublicuint256 endTimePublic
MintA(address indexed useruint256 indexed id
MintB(address indexed useruint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PublicMint(address indexed useruint256 indexed id
StartTimeAChanged(uint256 startTimeA
StartTimeBChanged(uint256 startTimeB
StartTimePublicChanged(uint256 startTimePublic
UpdateBaseURI(string baseURI
WhiteListAAdded(address indexed useruint256 count
WhiteListARemoved(address indexed user
WhiteListBAdded(address indexed useruint256 count
WhiteListBRemoved(address indexed user
Constructor
constructor(address dragonAddressaddress wethAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyEnded(address throweruint256 endTime
AlreadyInitialised(address target
AlreadyMinted(address throweraddress useruint256 count
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ExpiredSignature(address throweruint256 deadline
InvalidAccountNonce(address accountuint256 currentNonce
InvalidShortString(
InvalidSigner(address throweraddress signeraddress owner
LengthNotMatch(address throweruint256 lengthAuint256 lengthB
NoMoreMintA(address thrower
NoMoreMintB(address thrower
NoMorePublicMint(address thrower
NotEnoughETH(address throweruint256 amount
NotInWhiteListA(address throweraddress user
NotInWhiteListB(address throweraddress user
NotStartedYet(address throweruint256 startTimestamp
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
StringTooLong(string str
ZeroNFTAddress(address thrower
ZeroOwnerAddress(address thrower
ZeroWETHAddress(address thrower