AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3,962 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xc04a…a310
0x1820…ad24
Balances ($24,281.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKL | ERC-20 | 389.658856K | $0.062314 |
$24,281.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18510829 | a year ago | | | 0 | 0.0011911680 | |
| 13386364 | 3 years ago | | | 0 | 0.014971372 | |
| 12511980 | 3 years ago | | | 0 | 0.0095475824 | |
| 12511941 | 3 years ago | | | 0 | 0.012521982 | |
| 12044766 | 4 years ago | | | 0 | 0.021198300 | |
| 12013089 | 4 years ago | | | 0 | 0.017947894 | |
| 11925092 | 4 years ago | | | 0 | 0.0036902960 | |
| 11925090 | 4 years ago | | | 0 | 0.019785080 | |
| 11925055 | 4 years ago | | | 0 | 0.018937148 | |
| 11836337 | 4 years ago | | | 0 | 0.025473816 |
ABI
ABI objects
Getter at block 21260609
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SELLER_ROLE() view returns (bytes32)
0x43f25613eb2f15fb17222a5d424ca2655743e71265d98e4b93c05e5fb589ecde
contractManager() view returns (address)
0xc04a10fd5e6513242558f47331568abd6185a310
tokenLaunchIsCompleted() view returns (bool)
true
Read-only
approved(address) 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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approveBatchOfTransfers(address[] walletAddress, uint256[] value)
approveTransfer(address walletAddress, uint256 value)
changeApprovalAddress(address oldAddress, address newAddress)
changeApprovalValue(address wallet, uint256 newValue)
completeTokenLaunch()
grantRole(bytes32 role, address account)
initialize(address contractManagerAddress)
renounceRole(bytes32 role, address account)
retrieve()
revokeRole(bytes32 role, address account)
tokensReceived(address operator, address from, address to, uint256 amount, bytes userData, bytes operatorData)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approved(address holder, uint256 amount)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenLaunchIsCompleted(uint256 timestamp)
TokensRetrieved(address holder, uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.