Oscillator
Verified contract
Proxy
Active on
Ethereum with 200 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "Oscillator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16329907 | 2 years ago | | | 0 | 0.00075128200 | |
| 16325115 | 2 years ago | | | 0 | 0.00078284144 | |
| 16325022 | 2 years ago | | | 0 | 0.00069587802 | |
| 16325000 | 2 years ago | | | 0 | 0.0018578993 | |
| 13026485 | 3 years ago | | | 0 | 0.00093609801 | |
| 13026484 | 3 years ago | | | 0 | 0.00093609801 | |
| 13026479 | 3 years ago | | | 0 | 0.0010638952 | |
| 12344928 | 4 years ago | | | 0 | 0.0017037970 | |
| 12344916 | 4 years ago | | | 0 | 0.0020933250 | |
| 12132966 | 4 years ago | | | 0 | 0.012920324 |
ABI
ABI objects
Getter at block 21294974 rebaseTotalAmount() view returns (uint256 _valueInUniswap, uint256 _totalValue)
decimals() view returns (uint8)
6
info() view returns (uint256 totalSupply, uint256 coinWorkingTimeX, address uniswapV2PairAddressX, address uniswapV2PairAddressUSDTETHX, bool initialSetup, address tokenETHAddressX, address tokenUSDTAddressX, address tokenThisX, bool initialUpdateContractX)
(totalSupply=42472, coinWorkingTimeX=1672793111, uniswapV2PairAddressX=0x5f409c98ce87fd21b62479d0f1bb28c6105d6dc9, uniswapV2PairAddressUSDTETHX=0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852, initialSetup=false, tokenETHAddressX=0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, tokenUSDTAddressX=0xdac17f958d2ee523a2206206994597c13d831ec7, tokenThisX=0x628d6766a5f578797b7708fdcd2da69a31efefcd, initialUpdateContractX=true)
isOwner() view returns (bool)
false
name() view returns (string)
Oscillator
owner() view returns (address)
0x7c3b2b2b62405aa86a7b541926ceba44fe5f7a82
rebaseTimeInfoX() view returns (bool _isTimeToRebase, uint256 _timeNow, uint256 _workingTime, uint256 _roundTime)
(_isTimeToRebase=true, _timeNow=1732902983, _workingTime=1672793111, _roundTime=10800)
symbol() view returns (string)
OSC
totalSupply() view returns (uint256)
42472
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
initRebaseX()
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
min(uint256 val, address addre)
rem(uint256 val, address addre)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AdjustSupply(uint256 value)
AdjustUniswapSupply(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.