Dare2PlayToken
Verified contract
Active on
Base with 254 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($12.51)
Native
Value
$12.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.005 | $2,502.88 |
$12.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13624045 | 6 months ago | | | 0 | 1.2671967e-7 | |
| 13624038 | 6 months ago | | | 0 | 1.1709344e-7 | |
| 13615704 | 6 months ago | | | 0 | 0.00014137544 | |
| 13615662 | 6 months ago | | | 0 | 0.00014144756 | |
| 13607546 | 6 months ago | | | 0 | 0.0000068329038 | |
| 13602834 | 6 months ago | | | 0 | 1.3603561e-7 | |
| 13601974 | 6 months ago | | | 0 | 3.5675638e-7 | |
| 13601879 | 6 months ago | | | 0.005 | 0.0000021046119 | |
| 13601664 | 6 months ago | | | 0 | 3.5149586e-7 | |
| 13601637 | 6 months ago | | | 0 | 3.5149586e-7 |
ABI
ABI objects
Getter at block 21826787
DOMAIN_SEPARATOR() view returns (bytes32)
0xb17d9d3d90e527eab12a09e6de6902dd0bff3ef12018b09a6548a48dab66e4d1
decimals() pure returns (uint8)
18
developerAddress() view returns (address)
0xc76611f159383ea0a1c93ced81153c1335ff5108
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=D2P, version=1, chainId=8453, verifyingContract=0x21c8a8ef9291a5709cc239da6e33f045b42592af, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getAllPending() view returns (uint256)
256799485716183163592205787
getSwapThresholdAmount() view returns (uint256)
23190
maxWalletAmount() view returns (uint256)
180000000000000000000000000
name() view returns (string)
Dare2Play
owner() view returns (address)
0xc76611f159383ea0a1c93ced81153c1335ff5108
pairV2() view returns (address)
0x3c38d5c8862ece87e9c5adf93c28f02a477798a2
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
D2P
totalSupply() view returns (uint256)
9000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
developerFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
nonces(address owner) view returns (uint256)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
developerAddressSetup(address _newAddress)
developerFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address tokenAddress, uint256 amount)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
developerAddressUpdated(address developerAddress)
developerFeeSent(address recipient, uint256 amount)
developerFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
InvalidShortString()
StringTooLong(string str)