OrbitalEpic
Verified contract
Active on
Ethereum with 347 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 |
---|---|---|---|---|---|
EPIC | ERC-20 | 5 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20880515 | a month ago | | | 0 | 0.00043212794 | |
| 20829345 | 2 months ago | | | 0 | 0.0023487282 | |
| 20829327 | 2 months ago | | | 0 | 0.0063785541 | |
| 20820575 | 2 months ago | | | 0 | 0.0012177212 | |
| 20820544 | 2 months ago | | | 0 | 0.0015414091 | |
| 20514016 | 3 months ago | | | 0 | 0.00023883351 | |
| 20505358 | 3 months ago | | | 0 | 0.000079518833 | |
| 20377563 | 4 months ago | | | 0 | 0.00043289176 | |
| 20377554 | 4 months ago | | | 0 | 0.00042275303 | |
| 20377393 | 4 months ago | | | 0 | 0.00037624730 |
ABI
ABI objects
Getter at block 21207124
DOMAIN_SEPARATOR() view returns (bytes32)
0xb141f9378ec999000c4a0b9bdf423505afe54d78727619e6037b2969f2914e66
decimals() view returns (uint8)
18
name() view returns (string)
Orbital Epic
symbol() view returns (string)
EPIC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.