VetMeEscrow
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($80.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VetMe | ERC-20 | 150K | $0.000534 |
$80.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20494659 | 3 months ago | | | 0 | 0.0012244797 | |
| 20474273 | 3 months ago | | | 0 | 0.00055024155 | |
| 20426624 | 4 months ago | | | 0 | 0.0030338540 | |
| 20403812 | 4 months ago | | | 0 | 0.00077607751 | |
| 20343012 | 4 months ago | | | 0 | 0.0020096526 | |
| 20343002 | 4 months ago | | | 0 | 0.0022177997 | |
| 20220969 | 4 months ago | | | 0 | 0.00038139996 | |
| 20175375 | 5 months ago | | | 0 | 0.0014906673 | |
| 20175277 | 5 months ago | | | 0 | 0.0014879290 | |
| 20149562 | 5 months ago | | | 0 | 0.0011862545 |
ABI
ABI objects
Getter at block 21201128
MAX_FEE() view returns (uint256)
2500
changeAdminDelay() view returns (uint256)
0
delay() view returns (uint256)
172800
feeReceiver() view returns (address)
0x9e72a7d63a4117dbc08509ee648a892d3719e3c8
feeValue() view returns (uint256)
125
owner() view returns (address)
0x9e72a7d63a4117dbc08509ee648a892d3719e3c8
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getBalance(address token) view returns (uint256)
totalMatchedIn(bytes32) view returns (uint256)
totalMatchedOut(bytes32) view returns (uint256)
State-modifying
Events acceptPendingAdmin()
changeAdmin(address _admin)
matchSupportFraction(struct VetMeEscrowOrder sellOrder, bytes sellSig, struct VetMeEscrowOrder buyOrder, bytes buySig)
rejectPendingAdmin()
setFeeReceiver(address feeReceiver_)
setFees(uint256 fee)
withdrawFunds(address token)
AcceptPendingAdmin(address sender, address newOwner)
ChangeAdmin(address sender, address newOwner)
FeeChanged(address sender, uint256 fee)
Matched(bytes32 sellOrderId, uint256 sellAmount, bytes32 buyOrderId, uint256 buyAmount)
RejectPendingAdmin(address sender, address newOwner)
Withdraw(address to, address token, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
SigError(string arg0)