ePlatinum
Verified contract
Active on
Ethereum with 1,575 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($186.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 16.073318 | $11.61 |
$186.61 | |
ePLAT | ERC-20 | 869.584933K | -- | -- | |
eMax | ERC-20 | 154.861906K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20297053 | 4 months ago | | | 0 | 0.00010468759 | |
| 20297051 | 4 months ago | | | 0 | 0.00010411649 | |
| 20297050 | 4 months ago | | | 0 | 0.00010034562 | |
| 20297049 | 4 months ago | | | 0 | 0.00013738723 | |
| 19931794 | 6 months ago | | | 0 | 0.00052938873 | |
| 19843303 | 7 months ago | | | 0 | 0.00023879574 | |
| 19792701 | 7 months ago | | | 0 | 0.00033730212 | |
| 19792692 | 7 months ago | | | 0 | 0.00033243727 | |
| 19792691 | 7 months ago | | | 0 | 0.00041450163 | |
| 19685031 | 7 months ago | | | 0 | 0.00053831938 |
ABI
ABI objects
Getter at block 21269918
FeeAddress() view returns (address)
0x0abdff73645c3eed3325e0467bc2900cc7ef0171
burnFee() view returns (uint256)
1
decimals() view returns (uint256)
18
name() view returns (string)
ePlatinum
owner() view returns (address)
0x0abdff73645c3eed3325e0467bc2900cc7ef0171
paused() view returns (bool)
false
symbol() view returns (string)
ePLAT
totalSupply() view returns (uint256)
2755997222414059386679252108
txFee() view returns (uint256)
7
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)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.