Euclid Token
Verified contract
Proxy
Active on
Ethereum with 1,708 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 49 additional slots
-
variable spans 48 additional slots
Balances ($2.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPSEC | ERC-20 | 309.587 | $0.008711 |
$2.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202627 | 8 hours ago | | | 0 | 0.00078493457 | |
| 21202463 | 9 hours ago | | | 0 | 0.00067933584 | |
| 21202448 | 9 hours ago | | | 0 | 0.00070256949 | |
| 21200639 | 15 hours ago | | | 0 | 0.00055277209 | |
| 21198163 | a day ago | | | 0 | 0.00061183707 | |
| 21190189 | 2 days ago | | | 0 | 0.0010752685 | |
| 21162777 | 6 days ago | | | 0 | 0.00065666170 | |
| 21148488 | 8 days ago | | | 0 | 0.00037387162 | |
| 21148486 | 8 days ago | | | 0 | 0.00036132707 | |
| 21134992 | 10 days ago | | | 0 | 0.00073549434 |
ABI
ABI objects
Getter at block 21205103
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Euclid Token
symbol() view returns (string)
ECL
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, address _admin)
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.