Origin DeFi Governance
Verified contract
Proxy
Active on
Ethereum with 26,292 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
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($381.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OGV | ERC-20 | 34.557069K | $0.011049 |
$381.82 | |
ETH | ERC-20 | 270.21 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242798 | an hour ago | | | 0 | 0.00066523638 | |
| 21242781 | 2 hours ago | | | 0 | 0.00072631202 | |
| 21241551 | 6 hours ago | | | 0 | 0.00053101437 | |
| 21241340 | 6 hours ago | | | 0 | 0.00045980680 | |
| 21240687 | 9 hours ago | | | 0 | 0.00051258942 | |
| 21240432 | 9 hours ago | | | 0 | 0.00052104045 | |
| 21238776 | 15 hours ago | | | 0 | 0.00095809111 | |
| 21238478 | 16 hours ago | | | 0 | 0.0010009282 | |
| 21238282 | 17 hours ago | | | 0 | 0.0014196403 | |
| 21237254 | 20 hours ago | | | 0 | 0.0010624704 |
ABI
ABI objects
Getter at block 21243238 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() view returns (uint8)
18
name() view returns (string)
Origin DeFi Governance
owner() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
symbol() view returns (string)
OGV
totalSupply() view returns (uint256)
630220301999814391668166978
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantAdminRole(address _account)
grantMinterRole(address _account)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address to, uint256 amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.