UPSTABLE.PROTOCOL
Verified contract
Active on
Ethereum with 411 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 |
---|---|---|---|---|---|
UPS | ERC-20 | 128.141288 | -- | -- | |
UNI-V2 | ERC-20 | 0.059161 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20344773 | 4 months ago | | | 0 | 0.000097952674 | |
| 18921196 | a year ago | | | 0 | 0.029511558 | |
| 18648182 | a year ago | | | 0 | 0.0010149356 | |
| 18304941 | a year ago | | | 0 | 0.00042218406 | |
| 16658510 | 2 years ago | | | 0 | 0.00054604000 | |
| 16309540 | 2 years ago | | | 0 | 0.00075862779 | |
| 15108100 | 2 years ago | | | 0 | 0.00026774773 | |
| 14891666 | 2 years ago | | | 0 | 0.0018037270 | |
| 14891663 | 2 years ago | | | 0 | 0.0030735476 | |
| 14891534 | 2 years ago | | | 0 | 0.010901340 |
ABI
ABI objects
Getter at block 21294878
decimals() view returns (uint8)
9
getCurrentEpoch() view returns (uint256)
1704216659
getFactor() view returns (uint256)
88605028650608316742652839520657266952100824387983711
getLargeTotal() view returns (uint256)
103568114582615869115471955731381197215326938088345436733137933851361548739131
getTotalSupply() view returns (uint256)
1168874003652893390142798
getUniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
getUniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
isPresaleDone() view returns (bool)
true
isTaxLess() view returns (bool)
false
mainPool() view returns (address)
0xc1a3e7777f10589c555247ac99b66eb28a395d31
name() view returns (string)
UPSTABLE.PROTOCOL
owner() view returns (address)
0x083c3b9a697596755834dbef3d0a70a77c36ae07
symbol() view returns (string)
UPS
totalSupply() view returns (uint256)
1168874003652893390142798
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAllowances(address account, address spender) view returns (uint256)
getBurnRate(address pool) view returns (uint256)
getLargeBalances(address account) view returns (uint256)
getMintRate(address pool) view returns (uint256)
getPoolCounters(address pool) view returns (address, uint256, uint256, uint256, uint256, uint256)
getSupportedPools(uint256 index) view returns (address)
getUpdatedPoolCounters(address pool, address pairToken) view returns (uint256, uint256, uint256)
isSupportedPool(address pool) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyPresale() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPresaleDone()
setPresalePrice(uint256 priceInWei)
setPresaleTime(uint256 time)
silentSyncPair(address pool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.