Export Motors Platform
Verified contract
Active on
Ethereum with 1,128 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 |
---|---|---|---|---|---|
EMP | ERC-20 | 47 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190948 | 3 days ago | | | 0 | 0.00074597253 | |
| 21190917 | 3 days ago | | | 0 | 0.00096737483 | |
| 21121129 | 13 days ago | | | 0 | 0.00054577018 | |
| 21121077 | 13 days ago | | | 0 | 0.00027337768 | |
| 21114181 | 14 days ago | | | 0 | 0.00044133100 | |
| 21114181 | 14 days ago | | | 0 | 0.00044133100 | |
| 21114181 | 14 days ago | | | 0 | 0.00044133100 | |
| 21114181 | 14 days ago | | | 0 | 0.00044133100 | |
| 21114181 | 14 days ago | | | 0 | 0.00044133100 | |
| 21114181 | 14 days ago | | | 0 | 0.00044133100 |
ABI
ABI objects
Getter at block 21211778
decimals() view returns (uint8)
18
getOwnerAddress() view returns (address)
0x571e0f5ba1fcda7d018843962c5188a2cacf0617
name() view returns (string)
Export Motors Platform
symbol() view returns (string)
EMP
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAccountLock(address addressToCheck) view returns (bool isLocked)
State-modifying
Events addAccountLock(address addressToLock) returns (bool)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 burnAmount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeAccountLock(address addressToUnlock) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner) returns (bool)
AccountLocked(address indexed lockedAccount)
AccountUnlocked(address indexed unlockedAccount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.