ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 312 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x1a68…c377
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UCO | ERC-20 | 15.909637M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226219 | 3 days ago | | | 0 | 0.010816581 | |
| 21213784 | 5 days ago | | | 0 | 0.011454385 | |
| 21210937 | 5 days ago | | | 0 | 0.0077564915 | |
| 21209906 | 5 days ago | | | 0 | 0.0083003659 | |
| 21199081 | 7 days ago | | | 0 | 0.012590871 | |
| 21175695 | 10 days ago | | | 0 | 0.025978329 | |
| 21174502 | 10 days ago | | | 0 | 0.029745947 | |
| 21149037 | 14 days ago | | | 0 | 0.011793202 | |
| 21120150 | 18 days ago | | | 0 | 0.0029566673 | |
| 21110167 | 19 days ago | | | 0 | 0.0037734054 |
ABI
ABI objects
Getter at block 21246358 mintedSwaps() view returns (address[]) provisionedSwaps() view returns (address[]) proxiableUUID() view returns (bytes32)
archethicPoolSigner() view returns (address)
0x16c1c9f1abcf2ba9e8d853827339dbeceaa91077
lockTimePeriod() view returns (uint256)
7200
locked() view returns (bool)
false
mintableToken() view returns (bool)
true
owner() view returns (address)
0xeca37f68c9ca7964fc0b3a7ab4f0d6e964f8fd68
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolCap() view returns (uint256)
200000000000000000000000
reserveAddress() view returns (address)
0x59074485d293523168459c02da0fbbd2a47a8973
safetyModuleAddress() view returns (address)
0x7f872fbf5b4a71d5cfcc35175bf93eacab0e50b1
safetyModuleFeeRate() view returns (uint256)
0
token() view returns (address)
0x1a688d3d294ee7bcc1f59011de93d608dc21c377
Read-only
getSwapsByOwner(address owner) view returns (struct IPoolSwap[] swaps)
mintedSwap(bytes32 _hash) view returns (address)
provisionedSwap(bytes32 _hash) view returns (address)
State-modifying
Events acceptOwnership()
initialize(address _archPoolSigner, uint256 _lockTimePeriod, address _token, bool _mintableToken, address _multisig)
lock()
mintHTLC(bytes32 _hash, uint256 _amount) payable
provisionHTLC(bytes32 _hash, uint256 _amount, uint256 _lockTime, bytes _archethicHTLCAddress, bytes32 _r, bytes32 _s, uint8 _v)
renounceOwnership()
setArchethicPoolSigner(address _archPoolSigner)
setLockTimePeriod(uint256 _lockTimePeriod)
setToken(address _token, bool _mintableToken)
transferOwnership(address newOwner)
unlock()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
ArchethicPoolSignerChanged(address indexed _signer)
BeaconUpgraded(address indexed beacon)
ContractMinted(address indexed _htlc, uint256 indexed _amount)
ContractProvisioned(address indexed _htlc, uint256 indexed _amount)
Initialized(uint8 version)
Lock()
LockTimePeriodChanged(uint256 indexed _lockTimePeriod)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenChanged(address indexed _token)
Unlock()
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AlreadyMinted()
AlreadyProvisioned()
CannotSendEthers()
InsufficientFunds()
InvalidAmount()
InvalidArchethicPoolSigner()
InvalidHash()
InvalidLockTime()
InvalidLockTimePeriod()
InvalidSignature()
InvalidToken()
Locked()