Ombra Finance
Verified contract
Active on
Ethereum with 1,230 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 |
---|---|---|---|---|---|
OMBRA | ERC-20 | 3.790114K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063821 | a month ago | | | 0 | 0.00024270446 | |
| 20897242 | 2 months ago | | | 0 | 0.00014183015 | |
| 20784515 | 2 months ago | | | 0 | 0.0010158375 | |
| 20766013 | 2 months ago | | | 0 | 0.000092252759 | |
| 20730067 | 3 months ago | | | 0 | 0.000067775177 | |
| 20730063 | 3 months ago | | | 0 | 0.000093318779 | |
| 20715794 | 3 months ago | | | 0 | 0.00030011976 | |
| 20712253 | 3 months ago | | | 0 | 0.00029576312 | |
| 20712002 | 3 months ago | | | 0 | 0.00013667391 | |
| 20708240 | 3 months ago | | | 0 | 0.00010017531 |
ABI
ABI objects
Getter at block 21280683
cap() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Ombra Finance
owner() view returns (address)
0xb1c09f3ad7ff3d70af42e2fdaef21f634d5a165c
symbol() view returns (string)
OMBRA
totalSupply() view returns (uint256)
1000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xde5f22d781d99c3103feeca51e8ac814d64d67d4
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
denials(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
ethRemove()
handleBots(address[] bots, bool value)
openTrading()
renounceOwnership()
setCollect(bool value)
setCollectThreshold(uint256 amount)
setLimits(uint256 _amountPerTx, uint256 _amountPerWallet)
setSlippage(uint256 amount)
tokenSwap()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BotsHandled(address[] bots, bool value)
CollectStatusChanged(bool value)
CollectThresholdSet(uint256 amount)
ETHCollected(uint256 amount)
LimitsSet(uint256 maxTxAmount, uint256 amountPerWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SlippageSet(uint256 amount)
TokenSwapped(uint256 amount)
TradingOpened(uint256 startBlock)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address _liquidityProvider, address _controller, address _collector, address _uniswapV2Router)
fallback()
receive()
BotsNotAllowed()
ControllerUnauthorized()
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidAmount()
OverGradualOpenLimit(uint256 attemptedAmount, uint256 maxAmount, uint256 remainingBlocks)
OverTransferLimit(uint256 attemptedAmount, uint256 maxAmount)
OverWalletLimit(uint256 attemptedBalance, uint256 maxBalance)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
TradingAlreadyOpened()
TradingNotYetOpened()
ZeroAddressException()