Opium Governance Token
Verified contract
Active on
Ethereum with 15,273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPIUM_LONG | ERC-20 | 20 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244225 | 11 hours ago | | | 0 | 0.00086392033 | |
| 21242024 | 19 hours ago | | | 0 | 0.00023115919 | |
| 21239847 | a day ago | | | 0 | 0.00043889976 | |
| 21230128 | 2 days ago | | | 0 | 0.00085320201 | |
| 21228138 | 3 days ago | | | 0 | 0.00051622007 | |
| 21221381 | 4 days ago | | | 0 | 0.00060958300 | |
| 21210574 | 5 days ago | | | 0 | 0.00052514155 | |
| 21203042 | 6 days ago | | | 0 | 0.00035078277 | |
| 21202234 | 6 days ago | | | 0 | 0.00072920220 | |
| 21195340 | 7 days ago | | | 0 | 0.0010481129 |
ABI
ABI objects
Getter at block 21247645
DOMAIN_SEPARATOR() view returns (bytes32)
0x926ae2474d393557d29cd64e38004eb99954b9c43535b9e966d9d7eaf5b3b7c6
decimals() view returns (uint8)
18
name() view returns (string)
Opium Governance Token
symbol() view returns (string)
OPIUM
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.