CircuitsOfValue
Verified contract
Proxy
Active on
Ethereum with 44,759 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
3 additional
variables
Balances ($13,048.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Coval | ERC-20 | 5.498447M | $0.001953 |
$10,735.83 | |
JASMY | ERC-20 | 48.834159K | $0.019907 |
$972.13 | |
USDT | ERC-20 | 779.918545 | $1.001 |
$780.7 | |
RNDR | ERC-20 | 41.903717 | $7.22 |
$302.54 | |
USDC | ERC-20 | 176.505457 | $0.999845 |
$176.48 | |
MIR | ERC-20 | 1.7425K | $0.026168 |
$45.6 | |
LOOM | ERC-20 | 544.625038 | $0.063905 |
$34.8 | |
RLY | ERC-20 | 292.596009 | $0.002739 |
$0.8 | |
AQU | ERC-20 | 164.22K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244347 | 2 hours ago | | | 0 | 0.00078562642 | |
| 21242715 | 8 hours ago | | | 0 | 0.00069671126 | |
| 21242183 | 9 hours ago | | | 0 | 0.00065569684 | |
| 21241990 | 10 hours ago | | | 0 | 0.00051376138 | |
| 21241864 | 11 hours ago | | | 0 | 0.00041042842 | |
| 21241248 | 13 hours ago | | | 0 | 0.00032596406 | |
| 21241241 | 13 hours ago | | | 0 | 0.00047273099 | |
| 21240947 | 14 hours ago | | | 0 | 0.00088326567 | |
| 21240603 | 15 hours ago | | | 0 | 0.00063061566 | |
| 21240216 | 16 hours ago | | | 0 | 0.00054420788 |
ABI
ABI objects
Getter at block 21244998
decimals() view returns (uint8)
8
name() view returns (string)
CircuitsOfValue
paused() view returns (bool)
false
symbol() view returns (string)
Coval
totalSupply() view returns (uint256)
177578786601624454
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
initialize(string name, string symbol, uint8 decimals, uint256 initialSupply, address initialHolder)
initializePausable(address sender)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renouncePauser()
snapshot() returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.