AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 184 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 49 additional slots
0x2611…56e5
0x6576…374c
23 additional
variables
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18985107 | a year ago | | | 0 | 0.0041874914 | |
| 18985106 | a year ago | | | 0 | 0.0031011587 | |
| 18762286 | a year ago | | | 0 | 0.0038254797 | |
| 18762285 | a year ago | | | 0 | 0.0031830610 | |
| 18106309 | a year ago | | | 0 | 0.0011534330 | |
| 18106308 | a year ago | | | 0 | 0.00083789342 | |
| 17832572 | a year ago | | | 0 | 0.0011776464 | |
| 17633462 | a year ago | | | 0 | 0.0057861924 | |
| 17633461 | a year ago | | | 0 | 0.0037783334 | |
| 17628160 | a year ago | | | 0 | 0.010085692 |
ABI
ABI objects
Getter at block 21316203
DOMAIN_SEPARATOR() view returns (bytes32)
0xbd686f83b07f0f6c0a5c0611ce07100b2099685ce0ff72683553f8880e027ed1
PERMIT_BUY_TYPEHASH() view returns (bytes32)
0xaf42a244b3020d6a2253d9f291b4d3e82240da42b22129a8113a58aa7a3ddb6a
PERMIT_MANUAL_BUY_TYPEHASH() view returns (bytes32)
0x2f5cb0d957693086baffb2c705f0bb99e7b504abc3003f38bdac1b0ef497c27c
PERMIT_SELL_TYPEHASH() view returns (bytes32)
0x5dfdc7fb4c68a4c249de5e08597626b84fbbe7bfef4ed3500f58003e722cc548
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
beneficiary() view returns (address)
0x65765dabd4391fbeb3b7d2d59a7ed8daf55c374c
burnedSupply() view returns (uint256)
0
buySlopeDen() view returns (uint256)
100000000000000000000000000000000000000
buySlopeNum() view returns (uint256)
120
buybackReserve() view returns (uint256)
0
control() view returns (address)
0x9f8ddc8160c1509335e6861995b8555694e4546a
currency() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
decimals() view returns (uint8)
18
equityCommitment() view returns (uint256)
1488
feeBasisPoints() view returns (uint256)
0
feeCollector() view returns (address)
0x9f8ddc8160c1509335e6861995b8555694e4546a
fundraisingGoal() view returns (uint256)
0
gasFee() view returns (uint256)
0
initGoal() view returns (uint256)
1520967311311475000000000
initReserve() view returns (uint256)
50000000000000000000000
initTrial() view returns (uint256)
0
manualBuybackReserve() view returns (uint256)
0
maxGoal() view returns (uint256)
0
minDuration() view returns (uint256)
0
minInvestment() view returns (uint256)
100000000
name() view returns (string)
Erxes
setupFee() view returns (uint256)
0
setupFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
shareholdersPool() view returns (uint256)
597195000000000000000000
stakeholdersPool() view returns (uint256 issued, uint256 authorized)
(issued=50000000000000000000000, authorized=1000)
stakeholdersPoolAuthorized() view returns (uint256)
1000
stakeholdersPoolIssued() view returns (uint256)
50000000000000000000000
state() view returns (uint256)
1
symbol() view returns (string)
ERXS
totalSupply() view returns (uint256)
1634557390998146420511345
trialEndedOn() view returns (uint256 timestamp)
0
version() view returns (string)
cafe-1.7
whitelist() view returns (address)
0x26110d9925c73d33d9c671ea824167d08a3856e5
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateBuyValue(uint256 _currencyValue) view returns (uint256)
estimateSellValue(uint256 _quantityToSell) view returns (uint256)
initInvestors(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
batchTransfer(address[] recipients, uint256[] amounts)
burn(uint256 _amount)
buy(address _to, uint256 _currencyValue, uint256 _minTokensBought) payable
close()
convertToCafe(uint256 _newCommitment, uint256 _amount, address _wallet)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseCommitment(uint256 _newCommitment, uint256 _amount)
increaseValuation(uint256 _newValuation)
initialize(string name, string symbol, uint8 decimals)
initialize(uint256 _initReserve, address _currencyAddress, uint256 _initGoal, uint256 _buySlopeNum, uint256 _buySlopeDen, uint256 _setupFee, address _setupFeeRecipient, string _name, string _symbol, uint256 _maxGoal, uint256 _initTrial, uint256 _stakeholdersAuthorized, uint256 _equityCommitment)
initializeDomainSeparator()
manualBuy(address _wallet, uint256 _currencyValue)
mint(address _wallet, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
permitBuy(address _from, address _to, uint256 _currencyValue, uint256 _minTokensBought, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
permitManualBuy(address _wallet, uint256 _currencyValue, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
permitSell(address _from, address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
sell(address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateConfig(address _whitelistAddress, address _beneficiary, address _control, address _feeCollector, uint256 _feeBasisPoints, uint256 _minInvestment, uint256 _minDuration, uint256 _stakeholdersAuthorized, uint256 _gasFee)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _fairValue)
Buy(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
Close()
Sell(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
StateChange(uint256 _previousState, uint256 _newState)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateConfig(address _whitelistAddress, address indexed _beneficiary, address indexed _control, address indexed _feeCollector, uint256 _feeBasisPoints, uint256 _minInvestment, uint256 _minDuration, uint256 _stakeholdersPoolAuthorized, uint256 _gasFee)
constructor(address _logic, address _admin, bytes _data)
fallback()
fallback()
This contract contains no error objects.