OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 121 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "OwnedUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18470412 | a year ago | | | 0 | 0.00096769488 | |
| 18392017 | a year ago | | | 0 | 0.0031939423 | |
| 18391493 | a year ago | | | 0 | 0.00029985912 | |
| 18334004 | a year ago | | | 0 | 0.0012075311 | |
| 18331129 | a year ago | | | 0 | 0.0011586537 | |
| 18328996 | a year ago | | | 0 | 0.0017319625 | |
| 18328515 | a year ago | | | 0 | 0.0017901192 | |
| 18318159 | a year ago | | | 0 | 0.0010784972 | |
| 18296505 | a year ago | | | 0 | 0.0012167708 | |
| 18290638 | a year ago | | | 0 | 0.0013486939 |
ABI
ABI objects
Getter at block 21199917
implementation() view returns (address impl)
0x58f269765ca9df28e5668c214ea332578959b1f3
maintenance() view returns (bool _maintenance)
false
proxyOwner() view returns (address owner)
0xf6b1226e26ec992db7e9802491aee4ee976dcd4f
adminWallet() view returns (address)
0x17f72cf26042cf58a43fee2250b49dd2b3bb1c05
feeToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
owner() view returns (address)
0xc1568c575129eb376672560f7804f910b2ac8832
Read-only
cardNumberExists(uint256) view returns (bool)
cardNumberToUser(uint256) view returns (address)
cardTypeToFees(uint8) view returns (uint256)
State-modifying
Events setMaintenance(bool _maintenance)
transferProxyOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
changeAdminAddr(address _newAddress)
changeFees(uint8 _cardType, uint256 _newFees)
initialize(address _adminWallet, address _tokenAddr, uint256 _feesBlack, uint256 _feesDiamond, uint256 _feesGold)
purchaseCard(address _user, uint8 _cardType, uint256 _cardNumber)
renounceOwnership()
transferOwnership(address newOwner)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
AdminAddressChanged(address indexed newAdminAddress)
CardPurchased(address indexed user, uint256 cardId, uint256 fees, uint256 blockTimestamp)
FeeTokenAdded(address indexed feeToken)
FeesUpdated(uint8 _cardType, uint256 newFees)
Initialized()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
receive()
AddressZero()
CardAlreadyAdded()
InsufficientFunds(uint256 required, uint256 available)
UpdatedAddressSame(address inputAddress, address exisitingAddress)
WrongCardType()