EpochToken
Verified contract
Active on
Ethereum with 1,678 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($999.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1K | $0.999035 |
$999.04 | |
EPOCH | ERC-20 | 861 | $0.00022 |
$0.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224937 | 14 hours ago | | | 0 | 0.00067330299 | |
| 21197844 | 4 days ago | | | 0 | 0.00051410879 | |
| 21197834 | 4 days ago | | | 0 | 0.00092252488 | |
| 21161072 | 9 days ago | | | 0 | 0.00034185142 | |
| 21098492 | 18 days ago | | | 0 | 0.00026732922 | |
| 21086553 | 20 days ago | | | 0 | 0.00033089941 | |
| 21086495 | 20 days ago | | | 0 | 0.00077174313 | |
| 21072554 | 22 days ago | | | 0 | 0.00056215300 | |
| 21059760 | 24 days ago | | | 0 | 0.00047656075 | |
| 21051277 | 25 days ago | | | 0 | 0.00027713447 |
ABI
ABI objects
Getter at block 21228984
DOMAIN_SEPARATOR() view returns (bytes32)
0xc9d093c783ee7ca7d797be5620824ada0cb688fcf13ccf940f86979f24ec11fb
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Epoch, version=1, chainId=1, verifyingContract=0x97d0cfeb4fde54b430307c9482d6f79c761fe9b6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
mintCapEndTs() view returns (uint256)
1722175547
mintCapStartTs() view returns (uint256)
1721570747
mintableUntilMintCap() view returns (uint256)
7727947037011255431789281
name() view returns (string)
Epoch
owner() view returns (address)
0x6d78a40775e06d1037e855e52ccb2fb5762ad3db
symbol() view returns (string)
EPOCH
totalSupply() view returns (uint256)
132279470370112554317892810
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _newOwner)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)