UPSwap
Verified contract
Implementation
Active on
Base with 0 txns
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
Balances ($0.00)
No balances found for "UPSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UPSwap"
ABI
ABI objects
Getter at block 23834520
RATE() view returns (uint256)
1000
owner() view returns (address)
0x0000000000000000000000000000000000000000
udt() view returns (address)
0x0000000000000000000000000000000000000000
up() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize(address _udt, address _up, address initialOwner)
renounceOwnership()
setUp(address _up)
swapUDTForUP(uint256 amountUDT, address recipient)
swapUPForUDT(uint256 amountUP, address recipient)
transferOwnership(address newOwner)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UDTSwappedForUP(address spender, uint256 amountUDT, uint256 amountUP, address recipient)
UPSwappedForUDT(address spender, uint256 amountUDT, uint256 amountUP, address recipient)
constructor()
This contract contains no fallback and receive objects.
BalanceTooLow(address tokenAddress, address account, uint256 expectedAmount)
InvalidInitialization()
InvalidSpender()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransferFailed(address tokenAddress)