EMPTtoken
Verified contract
Active on
Ethereum with 1,930 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 |
---|---|---|---|---|---|
empt | ERC-20 | 3.00001M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15043906 | 2 years ago | | | 0 | 0.0012703888 | |
| 12315067 | 4 years ago | | | 0 | 0.0016162877 | |
| 11885413 | 4 years ago | | | 0 | 0.0096428246 | |
| 11859815 | 4 years ago | | | 0 | 0.0054970876 | |
| 11626005 | 4 years ago | | | 0 | 0.0028694730 | |
| 11593472 | 4 years ago | | | 0 | 0.0026852400 | |
| 11593401 | 4 years ago | | | 0 | 0.0025360600 | |
| 11573907 | 4 years ago | | | 0 | 0.0011333120 | |
| 11573887 | 4 years ago | | | 0 | 0.0013724560 | |
| 11449454 | 4 years ago | | | 0 | 0.0018098211 |
ABI
ABI objects
Getter at block 21124286
decimals() view returns (uint8)
18
name() view returns (string)
EMPTtoken
symbol() view returns (string)
empt
totalSupply() view returns (uint256)
2592000000000000000000000000
totalSupplyofToken() view returns (uint256)
2880000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity)
tokensLocked(address _user, bytes32 _reason, uint256 _time) view returns (uint256 amount)
transferableBalanceOf(address _user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address _user, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
mint(uint256 _amount)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferLock(address _recipient, uint256 _amount, bytes32 _reason, uint256 _time) 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.