DragonDistributor
Verified contract
Active on
Ethereum with 1,585 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 "DragonDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19715269 | 7 months ago | | | 0 | 0.00033201797 | |
| 19516125 | 8 months ago | | | 0 | 0.0010946075 | |
| 19511350 | 8 months ago | | | 0 | 0.0037282414 | |
| 19511342 | 8 months ago | | | 0 | 0.0039588143 | |
| 19511298 | 8 months ago | | | 0 | 0.0032040074 | |
| 19511292 | 8 months ago | | | 0 | 0.0040184844 | |
| 19511288 | 8 months ago | | | 0 | 0.0040348243 | |
| 19511280 | 8 months ago | | | 0 | 0.0039882762 | |
| 19511271 | 8 months ago | | | 0 | 0.0044297067 | |
| 19511269 | 8 months ago | | | 0 | 0.0045068682 |
ABI
ABI objects
Getter at block 21198696
DOMAIN_SEPARATOR() view returns (bytes32)
0x02ef7aaac2756aef21ed380406e1a887c0664f06d49c829beb9f385e5809910f
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] 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 (uint256, uint256, uint256, uint256, uint256, uint256)
(1711346400, 1711368000, 1711346400, 1711368000, 1711346400, 1711368000)
Read-only
mintableDragons(address user) view returns (uint256, uint256, uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
initialize(uint256 startA, uint256 endA, uint256 startB, uint256 endB, uint256 startPublic, uint256 endPublic)
mintA(address user, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
mintB(address user, uint256 price, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
publicMint(address user, uint256 price, uint256 deadline, uint8 v, bytes32 r, bytes32 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[] users, uint256[] counts)
setWhiteListBBatch(address[] users, uint256[] counts)
transferDragonOwner(address newOwner)
transferOwnership(address newOwner)
withdraw(address receiver)
EIP712DomainChanged()
EndTimeAChanged(uint256 endTimeA)
EndTimeBChanged(uint256 endTimeB)
EndTimePublicChanged(uint256 endTimePublic)
Initialize(address indexed dragonOG, uint256 startTimeA, uint256 endTimeA, uint256 startTimeB, uint256 endTimeB, uint256 startTimePublic, uint256 endTimePublic)
MintA(address indexed user, uint256 indexed id)
MintB(address indexed user, uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMint(address indexed user, uint256 indexed id)
StartTimeAChanged(uint256 startTimeA)
StartTimeBChanged(uint256 startTimeB)
StartTimePublicChanged(uint256 startTimePublic)
UpdateBaseURI(string baseURI)
WhiteListAAdded(address indexed user, uint256 count)
WhiteListARemoved(address indexed user)
WhiteListBAdded(address indexed user, uint256 count)
WhiteListBRemoved(address indexed user)
constructor(address dragonAddress, address wethAddress)
This contract contains no fallback and receive objects.
AlreadyEnded(address thrower, uint256 endTime)
AlreadyInitialised(address target)
AlreadyMinted(address thrower, address user, uint256 count)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ExpiredSignature(address thrower, uint256 deadline)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
InvalidSigner(address thrower, address signer, address owner)
LengthNotMatch(address thrower, uint256 lengthA, uint256 lengthB)
NoMoreMintA(address thrower)
NoMoreMintB(address thrower)
NoMorePublicMint(address thrower)
NotEnoughETH(address thrower, uint256 amount)
NotInWhiteListA(address thrower, address user)
NotInWhiteListB(address thrower, address user)
NotStartedYet(address thrower, uint256 startTimestamp)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)
ZeroNFTAddress(address thrower)
ZeroOwnerAddress(address thrower)
ZeroWETHAddress(address thrower)