EPIN TOKEN
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EPTK | ERC-20 | 5M | -- | -- | |
EPTK | ERC-20 | 639.84K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7348753 | 6 years ago | | | 0 | 0.00023567000 | |
| 6769426 | 6 years ago | | | 0 | 0.00089466100 | |
| 6769402 | 6 years ago | | | 0 | 0.00089466100 | |
| 6769026 | 6 years ago | | | 0 | 0.00089466100 | |
| 6768998 | 6 years ago | | | 0 | 0.00021821000 | |
| 6768942 | 6 years ago | | | 0 | 0.00021821000 | |
| 6768904 | 6 years ago | | | 0 | 0.00021821000 | |
| 6768556 | 6 years ago | | | 0 | 0.00089466100 | |
| 6768549 | 6 years ago | | | 0 | 0.00089466100 | |
| 6768542 | 6 years ago | | | 0 | 0.00089466100 |
ABI
ABI objects
Getter at block 21319427
decimals() view returns (uint8)
8
name() view returns (string)
EPIN TOKEN
owner() view returns (address)
0x3a302b9e09db95487989b5723b5b2b08a7e2deaa
standard() view returns (string)
ERC20
symbol() view returns (string)
EPTK
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
multiApprove(address[] _spender, uint256[] _value) returns (bool)
multiDecreaseApproval(address[] _spender, uint256[] _subtractedValue) returns (bool)
multiIncreaseApproval(address[] _spender, uint256[] _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.