Didi Bam Bam
Verified contract
Active on
Ethereum with 856 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($449.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DDBAM | ERC-20 | 1.598812K | $0.280942 |
$449.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21382058 | an hour ago | | | 0 | 0.0010233031 | |
| 21382013 | an hour ago | | | 0 | 0.00065167740 | |
| 21381993 | an hour ago | | | 0 | 0.00071415011 | |
| 21381993 | an hour ago | | | 0 | 0.0011329496 | |
| 21381929 | an hour ago | | | 0 | 0.0010997537 | |
| 21381777 | 2 hours ago | | | 0 | 0.0012953792 | |
| 21381301 | 3 hours ago | | | 0 | 0.0018915103 | |
| 21380854 | 5 hours ago | | | 0 | 0.0010795511 | |
| 21380447 | 6 hours ago | | | 0 | 0.0013881032 | |
| 21380446 | 6 hours ago | | | 0 | 0.0013113099 |
ABI
ABI objects
Getter at block 21382316
BUY_FEE() view returns (uint256)
210
FEE_FACTOR() view returns (uint256)
10000
SELL_FEE() view returns (uint256)
210
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
8
feeRecipient() view returns (address)
0xfef2a7356b4df4da7a73ca1c43ce874a007557ef
maxAmountSell() view returns (uint256)
21000000000000
name() view returns (string)
Didi Bam Bam
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x369f3cb24f7ac80d05fa09886e994047f452f2bd
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
DDBAM
thresholdAmountSell() view returns (uint256)
210000000000
totalSupply() view returns (uint256)
2100000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFeeRecipient(address recipient)
setMaxAmountSell(uint256 maxAmountSell_)
setThresholdAmountSell(uint256 thresholdAmountSell_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawTokens(address token, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address owner_, address router_)
This contract contains no fallback and receive objects.
This contract contains no error objects.