DummyBancorToken
Verified contract
Active on
Ethereum with 53 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($338.68)
Native
Value
$338.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.109015 | $3,106.71 |
$338.68 | |
VIU | ERC-20 | 2.180304 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4772954 | 7 years ago | | | 0 | 0.000096635000 | |
| 4332479 | 7 years ago | | | <0.00000001 | 0.00061265600 | |
| 4332270 | 7 years ago | | | <0.00000001 | 0.0018936640 | |
| 4332113 | 7 years ago | | | <0.00000001 | 0.00072404800 | |
| 4332110 | 7 years ago | | | <0.00000001 | 0.0061822560 | |
| 4332075 | 7 years ago | | | <0.00000001 | 0.00066835200 | |
| 4332074 | 7 years ago | | | <0.00000001 | 0.00066835200 | |
| 4332072 | 7 years ago | | | <0.00000001 | 0.00066835200 | |
| 4332059 | 7 years ago | | | <0.00000001 | 0.00066835200 | |
| 4331554 | 7 years ago | | | <0.00000001 | 0.00066835200 |
ABI
ABI objects
Getter at block 21222858
decimals() view returns (uint8)
[unknown]
name() view returns (string)
[unknown]
owner() view returns (address)
[unknown]
ratio() view returns (uint8)
[unknown]
reserveBalance() view returns (uint256)
[unknown]
standard() view returns (string)
[unknown]
symbol() view returns (string)
[unknown]
totalSupply() view returns (uint256)
[unknown]
version() view returns (string)
[unknown]
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
calculateBestPrecision(uint256 _baseN, uint256 _baseD, uint256 _expN, uint256 _expD) view returns (uint8)
calculatePurchaseReturn(uint256 _supply, uint256 _reserveBalance, uint8 _reserveRatio, uint256 _depositAmount) view returns (uint256)
calculateSaleReturn(uint256 _supply, uint256 _reserveBalance, uint8 _reserveRatio, uint256 _sellAmount) view returns (uint256)
fixedExp(uint256 _x, uint8 _precision) view returns (uint256)
fixedExpUnsafe(uint256 _x, uint8 _precision) view returns (uint256)
fixedLog2(uint256 _x, uint8 _precision) view returns (uint256)
fixedLoge(uint256 _x, uint8 _precision) view returns (uint256)
floorLog2(uint256 _n) view returns (uint256)
ln(uint256 _numerator, uint256 _denominator, uint8 _precision) view returns (uint256)
lnUpperBound32(uint256 _baseN, uint256 _baseD) view returns (uint256)
power(uint256 _baseN, uint256 _baseD, uint256 _expN, uint256 _expD, uint8 _precision) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
deposit() payable returns (bool success)
setUp(uint256 _initialSupply) payable
tearDown()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
withdraw(uint256 amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BalanceCheck(uint256 balance)
Deposit(address indexed sender)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Withdraw(uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.