DinngoProxy
Verified contract
Proxy
Active on
Ethereum with 2,634 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
3 additional
variables
Balances ($960.15)
Native
Value
$939.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.291086 | $3,226.60 |
$939.22 | |
OMG | ERC-20 | 24.6759 | $0.281978 |
$6.96 | |
USDP | ERC-20 | 6.867355 | $1.003 |
$6.89 | |
BAT | ERC-20 | 19.109901 | $0.187963 |
$3.59 | |
USDT | ERC-20 | 1.938247 | $1.002 |
$1.94 | |
NPXS | ERC-20 | 13.522832K | $0.00011 |
$1.49 | |
QKC | ERC-20 | 7 | $0.009138 |
$0.06 | |
KICK | ERC-20 | 888.888K | -- | -- | |
DGG | ERC-20 | 96.64433K | -- | -- | |
EBK | ERC-20 | 3.385771 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10909598 | 4 years ago | | | 0 | 0.0065387700 | |
| 9199620 | 5 years ago | | | 0 | 0.0012222000 | |
| 9148428 | 5 years ago | | | 0 | 0.00061093000 | |
| 9148424 | 5 years ago | | | 0 | 0.00061093000 | |
| 9129263 | 5 years ago | | | 0 | 0.0010601000 | |
| 9126068 | 5 years ago | | | 0 | 0.0023753000 | |
| 9062057 | 5 years ago | | | 0 | 0.0010086010 | |
| 9007641 | 5 years ago | | | 0 | 0.0013119909 | |
| 9002680 | 5 years ago | | | 0 | 0.00015277200 | |
| 8997582 | 5 years ago | | | 0 | 0.0035283750 |
ABI
ABI objects
Getter at block 21165336 MIGRATION_1_SIZE() view returns (uint256) ORDER_SIZE() view returns (uint256) SIGNATURE_SIZE() view returns (uint256) TOKENID_SIZE() view returns (uint256) UNSIGNED_ORDER_SIZE() view returns (uint256) UNSIGNED_WITHDRAWAL_SIZE() view returns (uint256) WITHDRAWAL_SIZE() view returns (uint256)
isAdmin() view returns (bool)
false
isOwner() view returns (bool)
false
owner() view returns (address)
0x737f570ea4b08c97d37b50e3f9c2dfc3f8c225c6
processTime() view returns (uint256)
7776000
processTime() view returns (uint256)
7776000
Read-only
balances(address, address) view returns (uint256)
lockTimes(address) view returns (uint256)
orderFills(bytes32) view returns (uint256)
tokenID_Address(uint256) view returns (address)
tokenRanks(address) view returns (uint256)
userID_Address(uint256) view returns (address)
userRanks(address) view returns (uint256)
balances(address, address) view returns (uint256)
lockTimes(address) view returns (uint256)
orderFills(bytes32) view returns (uint256)
tokenID_Address(uint256) view returns (address)
tokenRanks(address) view returns (uint256)
userID_Address(uint256) view returns (address)
userRanks(address) view returns (uint256)
State-modifying
Events activateAdmin(address admin)
addToken(uint256 id, address token)
addUser(uint256 id, address user)
changeProcessTime(uint256 time)
deactivateAdmin(address admin)
deposit() payable
depositToken(address token, uint256 amount)
forceDeactivateAdmin(address admin)
lock()
migrateByAdmin(bytes migration)
register(address implementation)
removeToken(address token)
removeUser(address user)
renounceOwnership()
setAdminLimit(uint256 n)
settle(bytes orders)
transferOwnership(address newOwner)
unlock()
updateTokenRank(address token, uint256 rank)
updateUserRank(address user, uint256 rank)
upgrade(address implementation)
upgradeAnnounced()
withdraw(uint256 amount)
withdrawByAdmin(bytes withdrawal)
withdrawToken(address token, uint256 amount)
addToken(uint256 id, address token)
addUser(uint256 id, address user)
changeProcessTime(uint256 time)
deposit() payable
depositToken(address token, uint256 amount)
lock()
migrateByAdmin(bytes migration)
removeToken(address token)
removeUser(address user)
settle(bytes orders)
unlock()
updateTokenRank(address token, uint256 rank)
updateUserRank(address user, uint256 rank)
withdraw(uint256 amount)
withdrawByAdmin(bytes withdrawal)
withdrawToken(address token, uint256 amount)
Activated(address indexed admin)
Deactivated(address indexed admin)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpgradeAnnounced(address indexed implementation, uint256 time)
Upgraded(address indexed implementation)
AddToken(uint256 tokenID, address indexed token)
AddUser(uint256 userID, address indexed user)
Deposit(address token, address indexed user, uint256 amount, uint256 balance)
Lock(address indexed user, uint256 lockTime)
Trade(address indexed user, bool isBuy, address indexed tokenBase, uint256 amountBase, address indexed tokenQuote, uint256 amountQuote, address tokenFee, uint256 amountFee)
Unlock(address indexed user)
Withdraw(address token, address indexed user, uint256 amount, uint256 balance, address tokenFee, uint256 amountFee)
constructor(address dinngoWallet, address dinngoToken, address impl)
fallback()
fallback()
This contract contains no error objects.