TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 251 txns
Deployed by via 0x8f13ca78 at 18794223
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional variables
ERC-20
--
0x47665a297ed83c62d9f5e221e86592e0f37e86d039346e9b5d0472057483e7a9
0x262c36ece465b9cbdbc06e805fedbe0ff07c440cb4fd61af83696c1e9eb76666
0x04655b3ac92fde901ccbd086443d5c37c9979278aaa0cf8c8b2f9bb1c053f47c
0x40d4a617ee0247263a63dc510c60ea59fa4327be7ee496b5528660e53671d0c2
0xccfa32910231094aae4e4563449f2c581d5ab40ddbc3b571ca7062aade3b2237
0x273cc27015a069dfcbab717efc3e6e7893bf44062627b5c2141b05ce4057d9ec
0x0e466f0c90c25aa2f6546634dc9a0b45fed1e67c243005914940bad28259277b
0x95af012249b1050eaf22b1e73eaf17d2fc05ce64ed00d7696773bc8e36228bf5
0xe129bfc4d0207984d876ea93f7c79f0a6f142926202c1890c4ea336f97f7504c
0x3862d3ef7f1e42f819b20d916b09505b7445898174216e05b9f66e88a334a19f

Functions
Getter at block 20913349
buyDevelopmentFee(view returns (uint256)
2
buyLiquidityFee(view returns (uint256)
0
buyMarketingFee(view returns (uint256)
2
buyOperationsFee(view returns (uint256)
0
buyTotalFees(view returns (uint256)
4
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
developmentWallet(view returns (address)
0xa8a503ed8755bdd62fad70adce8b71e5dc668589
limitsInEffect(view returns (bool)
false
marketingWallet(view returns (address)
0x6a40de81c7f982a5508ec8f9714f06c5c198c288
maxTransaction(view returns (uint256)
20000000000000000000000
maxWallet(view returns (uint256)
20000000000000000000000
name(view returns (string)
Oxyield
owner(view returns (address)
0x0000000000000000000000000000000000000000
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellDevelopmentFee(view returns (uint256)
2
sellLiquidityFee(view returns (uint256)
0
sellMarketingFee(view returns (uint256)
2
sellOperationsFee(view returns (uint256)
0
sellTotalFees(view returns (uint256)
4
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
500000000000000000000
symbol(view returns (string)
OXY
tokensForDevelopment(view returns (uint256)
1233381863230413301500
tokensForLiquidity(view returns (uint256)
0
tokensForMarketing(view returns (uint256)
1233381863230413301500
tokensForOperations(view returns (uint256)
0
totalSupply(view returns (uint256)
999999999999999999999000
tradingActive(view returns (bool)
true
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0xdf65539492f9aae4242ee97bd689e533cf760d64
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedmaxTransaction(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
State-modifying
Initialize(
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
disableTransferDelay(returns (bool)
enableTrading(
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
removeLimits(returns (bool)
renounceOwnership(
setAutomatedMarketMakerPair(address pairbool value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _marketingFeeuint256 _liquidityFeeuint256 _developmentFeeuint256 _operationsFee
updateDevelopmentWallet(address newWallet
updateMarketingWallet(address newmarketingWallet
updateMaxTransaction(uint256 newNum
updateMaxWallet(uint256 newNum
updateSellFees(uint256 _marketingFeeuint256 _liquidityFeeuint256 _developmentFeeuint256 _operationsFee
updateSwapEnabled(bool enabled
updateSwapTokensAtAmount(uint256 newAmountreturns (bool)
withdrawToken(uint256 amount
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool isExcluded
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiquidity
Transfer(address indexed fromaddress indexed touint256 value
UpdateUniswapV2Router(address indexed newAddressaddress indexed oldAddress
developmentWalletUpdated(address indexed newWalletaddress indexed oldWallet
liquidityWalletUpdated(address indexed newWalletaddress indexed oldWallet
marketingWalletUpdated(address indexed newWalletaddress indexed oldWallet
operationsWalletUpdated(address indexed newWalletaddress indexed oldWallet
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account