ExchangeROOK
Verified contract
Active on
Ethereum with 248 txns
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 "ExchangeROOK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17677001 | a year ago | | | 0 | 0.00047599387 | |
| 17676644 | a year ago | | | 0 | 0.00031145886 | |
| 17638730 | a year ago | | | 0 | 0.00062557610 | |
| 17638677 | a year ago | | | 0 | 0.00061005594 | |
| 17616291 | a year ago | | | 0 | 0.0014766450 | |
| 17615310 | a year ago | | | 0 | 0.0022229992 | |
| 17611255 | a year ago | | | 0 | 0.0022254947 | |
| 17596090 | a year ago | | | 0 | 0.0022326596 | |
| 17592764 | a year ago | | | 0 | 0.0039896456 | |
| 17573593 | a year ago | | | 0 | 0.0024513082 |
ABI
ABI objects
Getter at block 21213071
exchangeRate() view returns (uint256)
407044
owner() view returns (address)
0x4f477be511cd728082d83ea1306679f0726e9bcb
paused() view returns (bool)
true
tokenPROOK() view returns (address)
0xe29c0d68633f3972b78cf69f3733421369ede8ff
tokenROOK() view returns (address)
0xfa5047c9c78b8877af97bdcb85db743fd7313d4a
tokenUSDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
This contract contains no read-only function objects.
State-modifying
Events exchange(uint256 _amount)
pause()
renounceOwnership()
setExchangeRate(uint256 _exchangeRate)
transferOwnership(address newOwner)
unpause()
withdrawAssets(address _token, uint256 _amount)
Exchange(address indexed user, uint256 amount, uint256 value)
ExchangeRateSet(uint256 exchangeRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _tokenROOK, address _tokenPROOK, address _tokenUSDC, uint256 _exchangeRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.