Dynamic Demo
Verified contract
Active on
Ethereum with 13 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 "Dynamic Demo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18310965 | a year ago | | | 0 | 0.00026736059 | |
| 18310964 | a year ago | | | 0 | 0.00024192101 | |
| 18123510 | a year ago | | | 0 | 0.00037711304 | |
| 18088215 | a year ago | | | 0 | 0.00069984000 | |
| 18088209 | a year ago | | | 0 | 0.00069984000 | |
| 18088180 | a year ago | | | 0 | 0.00069984000 | |
| 18087954 | a year ago | | | 0 | 0.00066764756 | |
| 18087761 | a year ago | | | 0 | 0.00094195107 | |
| 18087573 | a year ago | | | 0 | 0.00083135405 | |
| 18087471 | a year ago | | | 0 | 0.0016218455 |
ABI
ABI objects
Getter at block 21327390
FEE_DIVISOR() view returns (uint256)
10000
buyTotalTax() view returns (uint256)
500
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
limitsInEffect() view returns (bool)
true
lpPair() view returns (address)
0x082d87ede449294720b7e033313aa64fcca58b5a
maxTransaction() view returns (uint256)
2000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
Dynamic Demo
owner() view returns (address)
0x930af7df604f4b6071cbd2ff0cf80f1a5c547032
sellTotalTax() view returns (uint256)
1000
swapEnabled() view returns (bool)
true
swapTokensAtAmt() view returns (uint256)
25000000000000000000000
symbol() view returns (string)
DEMO
taxReceiverAddress() view returns (address)
0x2dc754a04c42b4cb7c88d8c3d33edb264e527980
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFromFees(address) view returns (bool)
exemptFromLimits(address) view returns (bool)
isAMMPair(address) view returns (bool)
State-modifying
Events airdropToWallets(address[] wallets, uint256[] amountsInWei)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
rescueTokens(address _token, address _to)
setExemptFromFees(address _address, bool _isExempt)
setExemptFromLimits(address _address, bool _isExempt)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyTax(uint256 _taxWithTwoDecimals)
updateMaxTransaction(uint256 newNumInTokens)
updateMaxWallet(uint256 newNumInTokens)
updateSellTax(uint256 _taxWithTwoDecimals)
updateTaxAddress(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SetExemptFromFees(address _address, bool _isExempt)
SetExemptFromLimits(address _address, bool _isExempt)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedBuyTax(uint256 newAmt)
UpdatedMaxTransaction(uint256 newMax)
UpdatedMaxWallet(uint256 newMax)
UpdatedSellTax(uint256 newAmt)
constructor(string _name, string _symbol, uint256 _totalSupplyInTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.