Schrödinger Code
Verified contract
Active on
Ethereum with 25 txns
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 |
---|---|---|---|---|---|
Schrödinger | ERC-20 | 834.044163M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19368380 | 8 months ago | | | 0 | 0.0034265389 | |
| 19364689 | 8 months ago | | | 0 | 0.0045907848 | |
| 19364687 | 8 months ago | | | 0 | 0.0040703021 | |
| 19364687 | 8 months ago | | | 0 | 0.0040703021 | |
| 19364687 | 8 months ago | | | 0 | 0.0040703021 | |
| 19364687 | 8 months ago | | | 0 | 0.0040703021 | |
| 19364678 | 8 months ago | | | 0 | 0.0055440029 | |
| 19364677 | 8 months ago | | | 0 | 0.0048001276 | |
| 19364677 | 8 months ago | | | 0 | 0.0048001276 | |
| 19364677 | 8 months ago | | | 0 | 0.0048001276 |
ABI
ABI objects
Getter at block 21162547
antiBot() view returns (bool)
false
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x61bb3197a0272e36aa927fbbc1add79076ae898a
maxWallet() view returns (uint256)
200000000000000000000000000
name() view returns (string)
Schrödinger Code
owner() view returns (address)
0xb8974f86968eb029bfcdb735e988d32fac557bd4
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000000
symbol() view returns (string)
Schrödinger
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Pair() view returns (address)
0x28d07a313ba0465ca10e7fd6ec444b6f67fedae5
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxWallet(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMaxWallet(address addy, bool isExclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketing(address wallet)
updateSwapEnabled(bool enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.