Uptown Panda
Verified contract
Active on
Ethereum with 733 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7edc…62a2
1 additional
variable
Balances ($0.00)
No balances found for "Uptown Panda"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19883368 | 6 months ago | | | 0 | 0.00028342568 | |
| 19629664 | 8 months ago | | | 0 | 0.00032207003 | |
| 19629663 | 8 months ago | | | 0 | 0.00029320804 | |
| 18427638 | a year ago | | | 0 | 0.00072072022 | |
| 18111116 | a year ago | | | 0 | 0.00023840339 | |
| 17649935 | a year ago | | | 0 | 0.00077387928 | |
| 17011752 | 2 years ago | | | 0 | 0.00058215355 | |
| 17011752 | 2 years ago | | | 0 | 0.00058215355 | |
| 16868701 | 2 years ago | | | 0 | 0.00037868641 | |
| 16653208 | 2 years ago | | | 0 | 0.00058220688 |
ABI
ABI objects
Getter at block 21303874
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LISTING_PRICE_MULTIPLIER() view returns (uint256)
11
MAX_BURN_PERCENT() view returns (uint256)
30
MAX_BURN_PRICE_MULTIPLIER() view returns (uint256)
3
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
MIN_BURN_PERCENT() view returns (uint256)
5
MIN_BURN_PRICE_MULTIPLIER() view returns (uint256)
10
SELL_PENALTY_INTERVAL() view returns (uint256)
300
TWAP_CALCULATION_INTERVAL() view returns (uint256)
600
WALLET_TO_WALLET_BURN_PERCENT() view returns (uint256)
5
currentTwap() view returns (uint256)
3722300917297585586890
currentTwapPriceCumulative() view returns (uint256)
66819271466423744278309634570277070826001153
currentTwapTimestamp() view returns (uint32)
1612629291
decimals() view returns (uint8)
18
getListingPriceMultiplier() view returns (uint256)
11
getMinter() view returns (address)
0x72712553f7c29df662542b8edeeee1795726c5be
isInitialized() view returns (bool)
true
name() view returns (string)
Uptown Panda
paused() view returns (bool)
false
symbol() view returns (string)
$UP
totalSupply() view returns (uint256)
75366299375043626966281
uniswapPair() view returns (address)
0xca0b3fcbb1347997239b38ee044fa15e4b7b5434
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uniswapV2HelperAddress() view returns (address)
0x5cdf8d8cbcff0ad458efed22a7451b69baa0e8b6
upEthFarm() view returns (address)
0x94cc9c2e8abfc8dceb1ab8d48b913752dffb298e
upFarm() view returns (address)
0xe3a215ec299320be97ab22501619c6aeb8498016
wbtcFarm() view returns (address)
0x2234332c7c817972ced04a9bd0ccfde40312a68f
wethFarm() view returns (address)
0x2a71dc9c89620ce86ff80880572f3b27957542a0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _minter, address _weth, address _upFarm, address _upEthFarm, address _wethFarm, address _wbtcFarm)
mint(address _account, uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnAmountCalculated(address indexed sender, address indexed recipient, uint256 indexed buyTimestamp, uint256 buyAmount, uint256 burnAmount)
BuyLogAdded(address indexed buyer, uint256 indexed timestamp, uint256 amount)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
TwapUpdated(uint256 newTwap, uint256 priceCumulative, uint32 blockTimestamp)
Unpaused(address account)
constructor(address _uniswapV2HelperAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.