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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003387 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11482165 | 4 years ago | | | 0 | 0.00059950000 | |
| 10463093 | 4 years ago | | | 0 | 0.0022900000 | |
| 9551808 | 5 years ago | | | 0 | 0.00057238000 | |
| 9044296 | 5 years ago | | | 0 | 0.00042655800 | |
| 9041588 | 5 years ago | | | 0 | 0.00038778000 | |
| 9041575 | 5 years ago | | | 0 | 0.00053714000 | |
| 8938378 | 5 years ago | | | 0 | 0.00081702600 | |
| 8895772 | 5 years ago | | | 0 | 0.00052593200 | |
| 8895355 | 5 years ago | | | 0 | 0.00081702600 | |
| 8895123 | 5 years ago | | | 0 | 0.0011306820 |
ABI
ABI objects
Getter at block 21179984
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
300000000000
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint8)
6
deprecated() view returns (bool)
false
getOwner() view returns (address)
0x667b14720e0708f4bef39307070d30ccc695154e
maximumFee() view returns (uint256)
0
name() view returns (string)
Epay USD
owner() view returns (address)
0x667b14720e0708f4bef39307070d30ccc695154e
paused() view returns (bool)
false
symbol() view returns (string)
EUSD
totalSupply() view returns (uint256)
300000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
approve(address _spender, uint256 _value) returns (bool success)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
issue(uint256 amount)
pause()
redeem(uint256 amount)
removeBlackList(address _clearedUser)
setParams(uint256 newBasisPoints, uint256 newMaxFee)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Issue(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maxFee)
Pause()
Redeem(uint256 amount)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _initialSupply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.