Schrodinger
Verified contract
Active on
Ethereum with 1,972 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($108.30)
Native
Value
$108.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,609.86 |
$108.3 | |
Dinger | ERC-20 | 1.945134T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292292 | 18 hours ago | | | 0 | 0.00020685027 | |
| 21287140 | a day ago | | | 0 | 0.00040369566 | |
| 21279217 | 3 days ago | | | 0 | 0.00042871520 | |
| 21261378 | 5 days ago | | | 0 | 0.00034532297 | |
| 21251457 | 6 days ago | | | 0 | 0.0025831850 | |
| 21241554 | 8 days ago | | | 0 | 0.00042987185 | |
| 21214499 | 12 days ago | | | 0 | 0.00055669125 | |
| 21212971 | 12 days ago | | | 0 | 0.00055499816 | |
| 21203939 | 13 days ago | | | 0 | 0.00026132844 | |
| 21202516 | 13 days ago | | | 0 | 0.00056709149 |
ABI
ABI objects
Getter at block 21297515
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x62f0a25f884cc9bf186196cc1cae15a58fce4732
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributeAndLiquifyStatus() view returns (bool)
true
feesStatus() view returns (bool)
true
launchedAt() view returns (uint256)
1694942411
marketingFeeOnBuying() view returns (uint256)
0
marketingFeeOnSelling() view returns (uint256)
0
marketingWallet() view returns (address)
0x2a52e0a891746cb17aef13e743d3f2444e43e28c
maxHoldLimit() view returns (uint256)
3003000000000000000000000000000
maxTxnLimit() view returns (uint256)
10010000000000000000000000000000
minTokenToSwap() view returns (uint256)
2000000000000000000000000000000
name() view returns (string)
Schrodinger
owner() view returns (address)
0x000000000000000000000000000000000000dead
percentDivider() view returns (uint256)
100
symbol() view returns (string)
Dinger
totalSupply() view returns (uint256)
100100000000000000000000000000000
trading() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxHolding(address) view returns (bool)
isExcludedFromMaxTxn(address) view returns (bool)
totalBuyFeePerTx(uint256 amount) view returns (uint256)
totalSellFeePerTx(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableOrDisableFees(bool _value)
enableTrading()
includeOrExcludeFromFee(address account, bool value)
includeOrExcludeFromMaxHolding(address account, bool value)
includeOrExcludeFromMaxTxn(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStuckEth(address _receiver)
renounceOwnership()
setBuyFeePercent(uint256 _marketingFee)
setDistributionStatus(bool _value)
setMaxHoldLimit(uint256 _amount)
setMaxTxnLimit(uint256 _amount)
setMinTokenToSwap(uint256 _amount)
setSellFeePercent(uint256 _marketingFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAddresses(address _marketingWallet)
withdrawETH(uint256 _amount)
withdrawToken(address _token, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.