Dyl

Verified contract

Proxy

Active on Ethereum with 1,116 txns
Deployed by via 0xd77721e8 at 17275313
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
9 additional variables
ERC-20
Value $32.31
ERC-20
--
0xad6d3a960bdec4a7ec87fa0dbdcb91d0b7766a2ff2fb6f2a38f5b8a10087f3bd
0xeab701cda69e12b3f68404220574796b4984c14518ab620cf0832c7231d414f0
0xc21417d4f68cdc20c013566b6d419c7b0885b3396b7fb8a25211b549726601c9
From
0x0090293923075671f1b65ddef234e426d7882756cbecffd5af20236af6cbfc0e
From
0x81a9686011e9ba7561d941cb9b41304f84c2dce5d3b2651a91d54191bfdb9a56
0xa3fc4dda0f76a1558ca824d0a15b778bdab65b905a497c63baa5047d49368848
0x2b0a10a61021b0857ffa65b18918fdcd5109fafcf7f2c6bff31531dccaaa85a2
0x049a047d8952e6af110f1655efeb3fe7dc42f13396aead4add6fd41fcdf8887f
0x35fc2e6e64f123ecc9f4d4ea0a5ea1be4741ff07471e73d85b8f7525e4487e44
0x22955bef129e00679e59991ff3e7f4949d2fca5d04ad9b2c81472aa3e1c10036

Functions
Getter at block 20900529
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0xf8d32b2cf5429ba4b3bd24dc612f954b5691eb9e6c5cdc5a617fba1954c72c73
claimCondition(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=0)
contractType(pure returns (bytes32)
0x44726f7045524332300000000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmTbsYpipw4PiqqNmMzrwKyRwzgwtkwtpVJeuF1yMANQYZ/0
contractVersion(pure returns (uint8)
4
decimals(view returns (uint8)
18
 
getActiveClaimConditionId(view returns (uint256)
getPlatformFeeInfo(view returns (addressuint16)
(0x9e0149f7cc28c93a3b5f76ab3e8a2a22d14435b5, 0)
maxTotalSupply(view returns (uint256)
0
name(view returns (string)
Dyl
primarySaleRecipient(view returns (address)
0x9e0149f7cc28c93a3b5f76ab3e8a2a22d14435b5
symbol(view returns (string)
Dyl
totalSupply(view returns (uint256)
999826310000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkpoints(address accountuint32 posview returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address accountview returns (address)
getClaimConditionById(uint256 _conditionIdview returns (struct IClaimConditionClaimCondition condition)
getPastTotalSupply(uint256 blockNumberview returns (uint256)
getPastVotes(address accountuint256 blockNumberview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
getSupplyClaimedByWallet(uint256 _conditionIdaddress _claimerview returns (uint256 supplyClaimedByWallet)
getVotes(address accountview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
nonces(address ownerview returns (uint256)
numCheckpoints(address accountview returns (uint32)
verifyClaim(uint256 _conditionIdaddress _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofview returns (bool isOverride)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofbytes _datapayable 
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
delegate(address delegatee
delegateBySig(address delegateeuint256 nonceuint256 expiryuint8 vbytes32 rbytes32 s
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _platformFeeRecipientuint128 _platformFeeBps
multicall(bytes[] datareturns (bytes[] results)
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setClaimConditions(struct IClaimConditionClaimCondition[] _conditionsbool _resetClaimEligibility
setContractURI(string _uri
setMaxTotalSupply(uint256 _maxTotalSupply
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditionsbool resetEligibility
ContractURIUpdated(string prevURIstring newURI
DelegateChanged(address indexed delegatoraddress indexed fromDelegateaddress indexed toDelegate
DelegateVotesChanged(address indexed delegateuint256 previousBalanceuint256 newBalance
Initialized(uint8 version
MaxTotalSupplyUpdated(uint256 maxTotalSupply
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokensClaimed(uint256 indexed claimConditionIndexaddress indexed claimeraddress indexed receiveruint256 startTokenIduint256 quantityClaimed
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.