AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,357 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0xf89c…0b00
-
variable spans 49 additional slots
0x8f34…ced0
0x83f1…bdaf
0x6524…35d4
8 additional
variables
Balances ($8,549.32)
Native
Value
$8,355.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.402971 | $2,455.36 |
$8,355.52 | |
BZN | ERC-20 | 3.077527K | $0.062974 |
$193.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21067853 | 8 days ago | | | 0 | 0.0022693810 | |
| 21008761 | 16 days ago | | | 0 | 0.0019017944 | |
| 21002005 | 17 days ago | | | 0 | 0.0011674240 | |
| 20881483 | a month ago | | | 0 | 0.00095434329 | |
| 20752157 | 2 months ago | | | 0 | 0.00028081600 | |
| 20695494 | 2 months ago | | | 0 | 0.00032335921 | |
| 20687639 | 2 months ago | | | 0 | 0.00037460153 | |
| 20545774 | 3 months ago | | | 0 | 0.00017587903 | |
| 20541106 | 3 months ago | | | 0 | 0.00031238659 | |
| 20538882 | 3 months ago | | | 0 | 0.00021718595 |
ABI
ABI objects
Getter at block 21123369
amountWithdrawable() view returns (uint256)
660000000000000
depositBZNLimit() view returns (uint256)
500000000000000000000
depositETHLimit() view returns (uint256)
500000000000000000
gamePool() view returns (address)
0x83f11770176d959b19f9cc6e2d5a051cb101bdaf
gasRequirement() view returns (uint256)
90000000000000000
isOwner() view returns (bool)
false
isPaused() view returns (bool)
false
linkRequirement() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xfcc60e3ba8e753f131032f26b0179bac332551c9
usernameJobId() view returns (string)
3736cccf3f444c12a78583fe4bb8f7dd
withdrawlBZNLimit() view returns (uint256)
5000000000000000000000
withdrawlETHLimit() view returns (uint256)
500000000000000000
Read-only
bznHoldings(bytes32) view returns (uint256)
ethHoldings(bytes32) view returns (uint256)
hashToUser(bytes32) view returns (string)
stringToUint(string s) pure returns (uint256 result)
usernameAsHash(string username) pure returns (bytes32)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
changeJobId(string jobId)
fulfillUsername(bytes32 _requestId, uint256 _address)
initialize(address _link, address _gamepool, address _oracle, address _bzn, address owner)
initialize(address sender)
receiveApproval(address from, uint256 tokens, address token, bytes data) payable returns (bool)
renounceOwnership()
setAllowNoOracle(bool noOracle)
setGasUser(address user)
setLimits(uint256 bznDeposit, uint256 bznWithdraw, uint256 ethDeposit, uint256 ethWithdraw)
setLinkPayment(uint256 payment)
setPause(bool state)
singleWithdraw(bytes32 userhash, uint256 bznSpent, uint256 bznMined, uint256 bznWithdraw, uint256 ethSpent, uint256 ethWithdraw, uint256 userGasRequirement) returns (bool)
singleWithdrawNoOracle(bytes32 userhash, uint256 bznSpent, uint256 bznMined, uint256 bznWithdraw, uint256 ethSpent, uint256 ethWithdraw, uint256 userGasRequirement, address linkedAccount) returns (bool)
transferOwnership(address newOwner)
updateOracleProxy(address new_oracle)
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ChainlinkCancelled(bytes32 indexed id)
ChainlinkFulfilled(bytes32 indexed id)
ChainlinkRequested(bytes32 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
depositEvent(address from, string username, uint256 bznAmount, uint256 ethAmount)
withdrawEvent(address linked, string username, uint256 bznAmount, uint256 ethAmount)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.