Exchange
Verified contract
Active on
Ethereum with 1,661 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRV | ERC-20 | 43.364884 | $0.009804 |
$0.43 | |
GVR | ERC-20 | 333.878333T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17556097 | a year ago | | | 0 | 0.00073568696 | |
| 17370775 | a year ago | | | 0 | 0.0026046904 | |
| 17367567 | a year ago | | | 0 | 0.0013943258 | |
| 17361041 | a year ago | | | 0 | 0.0014982099 | |
| 17261379 | 2 years ago | | | 0 | 0.0017689480 | |
| 17032550 | 2 years ago | | | 0 | 0.0017223771 | |
| 17011825 | 2 years ago | | | 0 | 0.0049582470 | |
| 17008993 | 2 years ago | | | 0 | 0.0010110141 | |
| 17007377 | 2 years ago | | | 0 | 0.0045761559 | |
| 17005106 | 2 years ago | | | 0 | 0.0044430769 |
ABI
ABI objects
Getter at block 21192055 getGoalToken() view returns (address)
owner() view returns (address)
0xdbc0eef081dec6630be67989009e0ade58274477
Read-only
This contract contains no read-only function objects.
State-modifying
Events addToBlackList(address user)
addTotokenListRate(address token, uint256 rate)
exchange(address user, address token, uint256 amount)
removeFromBlackList(address user)
removeFromtokenListRate(address token)
renounceOwnership()
setGoalToken(address token)
transferOwnership(address newOwner)
withdraw(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
_addToBlackList(address user)
_addToTokenListRate(address token, uint256 rate)
_exchange(address user, address token, uint256 rate, uint256 amount_from, uint256 amount_to)
_removeFromBlackList(address user)
_removeFromTokenListRate(address token)
constructor(address token)
This contract contains no fallback and receive objects.
This contract contains no error objects.