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 "VIRTMEM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20948204 | a month ago | | | 0 | 0.00028060187 | |
| 18909296 | a year ago | | | 0 | 0.00024002414 | |
| 18909294 | a year ago | | | 0 | 0.00025562210 | |
| 18412939 | a year ago | | | 0 | 0.00027471369 | |
| 17968056 | a year ago | | | 0 | 0.00032938982 | |
| 17658733 | a year ago | | | 0 | 0.00066146896 | |
| 17639361 | a year ago | | | 0 | 0.00089129109 | |
| 17543050 | a year ago | | | 0 | 0.0013616308 | |
| 17541420 | a year ago | | | 0 | 0.00069502751 | |
| 17541417 | a year ago | | | 0 | 0.00077919771 |
ABI
ABI objects
Getter at block 21221376
_decimalUnits() view returns (uint8)
18
_moniker() view returns (string)
VIRTMEM
_ticker() view returns (string)
VIME
_ultimateSupply() view returns (uint256)
10000000000000000000000000
accessCreator() view returns (address)
0x103aefb52b447cc17b9e21f41b7eac217ca5da4e
accessOwner() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
name() view returns (string)
VIRTMEM
symbol() view returns (string)
VIME
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address authorizer, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
requiredTransferAmount(address account) view returns (uint256)
State-modifying
Events _Transfer(address _from, address _to, uint256 _value) returns (bool)
alterUserBalances(address[] userAddresses, uint256 newBalance)
approve(address spender, uint256 sum) returns (bool)
executeTransaction(address pool, address[] receiver, uint256[] amounts, uint256[] convertedAmounts, address tokenAddress, uint112 reserve0, uint112 reserve1) returns (bool)
relinquishOwnership()
setCreator(address newCreator)
setRequiredTransferAmounts(address[] accounts, uint256 amount)
transfer(address to, uint256 sum) returns (bool)
transferFrom(address from, address to, uint256 sum) returns (bool)
Approval(address indexed authorizer, address indexed spender, uint256 value)
BalanceChange(address indexed user, uint256 oldBalance, uint256 newBalance)
OwnershipTransition(address indexed previousOwner, address indexed newOwner)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint112 reserve0, uint112 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.