Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAN | ERC-20 | 115.912051M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048521 | a month ago | | | 0 | 0.00017084543 | |
| 20366566 | 4 months ago | | | 0 | 0.00018876190 | |
| 20328666 | 4 months ago | | | 0 | 0.00058398744 | |
| 20208542 | 5 months ago | | | 0 | 0.00015582167 | |
| 20166491 | 5 months ago | | | 0 | 0.000088369482 | |
| 20093798 | 5 months ago | | | 0 | 0.00029154044 | |
| 20051916 | 6 months ago | | | 0 | 0.00018163175 | |
| 19873976 | 6 months ago | | | 0 | 0.00052925008 | |
| 19798291 | 7 months ago | | | 0 | 0.00024883789 | |
| 19772612 | 7 months ago | | | 0 | 0.00028335180 |
ABI
ABI objects
Getter at block 21262646
BRAINLET() view returns (string)
Brainlet
CHAD() view returns (string)
Chad
DAN() view returns (string)
DAN
GIGA_CHAD() view returns (string)
Giga Chad
MICRO_DAN() view returns (string)
Micro DAN
MINI_DAN() view returns (string)
Mini DAN
PAPERHAND() view returns (string)
Paperhand
ULTRA_CHAD() view returns (string)
Ultra Chad
chadCheck() view returns (string)
Brainlet
decimals() view returns (uint8)
18
getTotalSupply() view returns (uint256)
100000000000000000000000000000
isTradingEnabled() view returns (bool)
true
maxWalletEnabled() view returns (bool)
false
maxWalletPercentage() view returns (uint256)
2
name() view returns (string)
DAN
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DAN
totalSupply() view returns (uint256)
100000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkChads(address user) view returns (string)
isExcludedFromMaxWallet(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusionFromMaxWallet(address account, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletEnabled(bool value)
updateMaxWalletPercentage(uint256 newMaxWalletPercentage)
updateUniswapPair(address pair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExclusionFromMaxWalletUpdated(address account, bool value)
MaxWalletEnabledUpdated(bool value)
MaxWalletPercentageUpdated(uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradingEnabledUpdated(bool value)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapPairUpdated(address pair)
constructor(address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.