ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 2,528 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1981…3ce1
Balances ($59,406,401.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAII | ERC-20 | 59.575536M | $0.997161 |
$59,406,400.68 | |
USDT | ERC-20 | 0.672169 | $1.001 |
$0.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256187 | 6 days ago | | | 0 | 0.00075501885 | |
| 20797936 | 2 months ago | | | 0 | 0.0013764428 | |
| 20797914 | 2 months ago | | | 0 | 0.0014420604 | |
| 20715463 | 3 months ago | | | 0 | 0.0010062607 | |
| 20668276 | 3 months ago | | | 0 | 0.00011001233 | |
| 20655950 | 3 months ago | | | 0 | 0.000095636122 | |
| 20655934 | 3 months ago | | | 0 | 0.00011495964 | |
| 20655882 | 3 months ago | | | 0 | 0.00011854310 | |
| 20655605 | 3 months ago | | | 0 | 0.00011529919 | |
| 20655596 | 3 months ago | | | 0 | 0.00012052127 |
ABI
ABI objects
Getter at block 21301339 proxiableUUID() view returns (bytes32)
DAII() view returns (address)
0x1981e32c2154936741ab6541a737b87c68f13ce1
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getExchanges() view returns (address[])
[0xdAC17F958D2ee523a2206206994597C13D831ec7]
owner() view returns (address)
0xc1df0f4f62d175e00575bee722928ffd22334aad
paused() view returns (bool)
false
Read-only
buildFees(address) view returns (uint256)
exchanges(uint256) view returns (address)
fees(address) view returns (uint256)
getBuildAmountOut(address tokenIn, uint256 amountIn) view returns (uint256 amountOut, uint256 fee)
getRedeemAmountOut(uint256 amountIn, address tokenOut) view returns (uint256 amountOut, uint256 fee)
redeemFees(address) view returns (uint256)
totalFees(address) view returns (uint256)
validity(address) view returns (bool)
State-modifying
Events build(address tokenIn, uint256 amountIn)
initialize(address initialOwner, address daii, address[] tokens)
pause()
redeem(uint256 amountIn, address tokenOut)
setBuildRedeemFee(address token, uint256 buildFee, uint256 redeemFee)
setExchange(address token, bool value)
setFee(address token, uint256 fee)
transferOwnership(address newOwner)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawBuildFee(address token, address to, uint256 value)
withdrawStuckToken(address token, address to, uint256 value)
Upgraded(address indexed implementation)
Build(address indexed sender, address tokenIn, uint256 amountIn, uint256 fee, uint256 amountOut)
FeeChanged(address indexed token, uint256 buildFee, uint256 redeemFee)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Redeem(address indexed sender, uint256 amountIn, address tokenOut, uint256 amountOut, uint256 fee)
SetExchange(address indexed sender, address token, bool value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)