Tokens and Smart-Contracts
Umbrella addresses of tokens and smart-contracts deployed on the blockchain.
Supported Chains
At the moment Umbrella's oracle is available on BSC, ETH, Polygon, Avalanche, Arbitrum, Solana, Linea, Base, MultiversX, Rootstock and Concordium.
UMB Token
Umbrella Network's native token is currently deployed on the
- Ethereum Mainnet
- BSC Mainnet
- Avalanche C-chain
These are ERC-20 compatible. The UMB token contract address is below:
0x6fc13eace26590b80cccab1ba5d51890577d83b2
0x846F52020749715F02AEf25b5d1d65e48945649D
0xff38197cceF56149976C6D7F6103eB700C086247
Umbrella Reward tokens (rUMB#)
Umbrella Network's reward tokens - rUMB# are also ERC-20 compatible.
There is a different reward token for each staking period.
Reward tokens are only available on the blockchains where Staking Portal operates. Currently Ethereum and BNB smart chain.
Reward token contract addresses are:
0x1b17dbb40fbed8735e7fe8c9eb02c20984fadfd6
0x0Bdc4eDd85bEe69552D9ad6426E322199915cf79
0xAe9aCa5d20F5b139931935378C4489308394ca2C
Contract Registry
Via the registry you can find current addresses of other smart contracts passing the name of teh smart contract as parameter to the geteAddressByString
read method. Eg:
- For On-chain data
UmbrellaFeeds
- For Rollup Data
Chain
(most important one from developer perspective)StakingBank
Blockchain | Address |
---|---|
BNB Smart Chain | 0xb2C6c4162c0d2B6963C62A9133331b4D0359AA34 |
BNB Smart Chain testnet | 0xE1cDcE9A678E84Aa73d3266176C6E11b3eDc4f67 |
Ethereum | 0x41a75b8504fdac22b2152b5cfcdaae01ff50947e |
Goerli | 0x77922965C12bD55d6BA71b0c87E68D9F04a919Ba |
Polygon | 0x455acbbC2c15c086978083968a69B2e7E4d38d34 |
Polygon Mumbai | 0x29A5f90DBe54A11d37b0b18573fF853c7dc5433B |
Avalanche C-Chain | 0xDa9A63D77406faa09d265413F4E128B54b5057e0 |
Avalanche Fuji | 0x26fD86791fCE0946E8D8c685446Dd257634a2b28 |
Arbitrum One | 0x4A28406ECE8fFd7A91789738a5ac15DAc44bFa1b |
Arbitrum Goerli | 0x85853685b5165Da1AAB09B10e927da3c2eCD429f |
Linea | 0x1B17DBB40fbED8735E7fE8C9eB02C20984fAdfD6 |
Linea testnet | 0x92010E763d476A732021191562134c488ca92a1F |
Base | 0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2 |
Base testnet | 0x97e8922eac4fa07e958667E3e7AEa7a7fe3eC9f6 |
MultiversX | erd1qqqqqqqqqqqqqpgqcnxl0tr9qgzcu03y9twuv3l6lmqjc5pv3pmshzr0en |
MultiversX devnet | erd1qqqqqqqqqqqqqpgq263vkz3vlzt2lut8cv9mct8ny2s6j42zen6s3amhgh |
Concordium testnet | 7542,0 |
Concordium mainnet | 9457,0 |
XDC testnet | 0x92010E763d476A732021191562134c488ca92a1F |
Arthera testnet | 0x92010E763d476A732021191562134c488ca92a1F |
Astar zKatana (testnet) | 0x92010E763d476A732021191562134c488ca92a1F |
Meld testnet | 0x92010E763d476A732021191562134c488ca92a1F |
OKX X1 testnet | 0x92010E763d476A732021191562134c488ca92a1F |
Rootstock testnet | 0x92010e763d476a732021191562134c488ca92a1f |
Rootstock mainnet | 0x4A28406ECE8fFd7A91789738a5ac15DAc44bFa1b |
UmbrellaFeeds and Chain smart contracts
UmbrellaFeeds and Chain addresses can change over time!
Please keep in mind that we are constantly adding new features to our products, and so occasional updates will need to be made to the contract.
Note: Registry has up to date contract addresses always. So it's safer to get the addresses for the UmbrellaFeeds and Chain contracts via Registry. Examples are included in SDK.
You can use Block Scanners to get the current Chain Smart Contract address by executing the 'getAddressByString' read operation in the Contract Registry Smart Contract with the value: UmbrellaFeeds
or 'Chain', respectively.
Audit Reports
Umbrella Network works with well-known companies for auditing its smart contracts. Below you will find the different reports issues for the Oracle's smart contracts.
smart contracts | Audit Report |
---|---|
UMB token, rUMB# token | https://drive.google.com/drive/folders/1CsIfWFv-hfDaCmGHBr5F-UxgxsQ1wQm4?usp=share_link |
Registry, Chain (Roll Data), StakingBank, ForeignChain | https://drive.google.com/file/d/1RuQAuCA82gckKRsqr23oZpmg9MTpxcgv/view?usp=share_link |
UmbrellaFeeds (Onchain), UmbrellaFeedsReader, UmbrellaFeedsReaderFactory, StakingBankStatic | https://drive.google.com/file/d/1-2rj22AIevEIUNBTNiKlnwb8s3OqWFS5/view?usp=drive_link |
Updated about 2 months ago