PWRD Stablecoin
Verified contract
Active on
Ethereum with 991 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x19a0…e67a
Balances ($0.00)
No balances found for "PWRD Stablecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21303985 | 11 days ago | | | 0 | 0.00033054186 | |
| 20891407 | 2 months ago | | | 0 | 0.00025969965 | |
| 20791455 | 3 months ago | | | 0 | 0.00037859705 | |
| 20690251 | 3 months ago | | | 0 | 0.000091485436 | |
| 20690249 | 3 months ago | | | 0 | 0.000088336443 | |
| 20690248 | 3 months ago | | | 0 | 0.000096217619 | |
| 20668431 | 3 months ago | | | 0 | 0.000039593283 | |
| 20663376 | 3 months ago | | | 0 | 0.00020674240 | |
| 20663372 | 3 months ago | | | 0 | 0.00030481195 | |
| 20605728 | 4 months ago | | | 0 | 0.000050311386 |
ABI
ABI objects
Getter at block 21380098 factor() view returns (uint256) totalAssets() view returns (uint256) totalSupply() view returns (uint256)
BASE() view returns (uint256)
1000000000000000000
CHAINLINK_PRICE_DECIMALS() view returns (uint8)
8
CHAINLINK_PRICE_DECIMAL_FACTOR() view returns (uint256)
100000000
DEFAULT_DECIMALS() view returns (uint8)
18
DEFAULT_DECIMALS_FACTOR() view returns (uint256)
1000000000000000000
PERCENTAGE_DECIMALS() view returns (uint8)
4
PERCENTAGE_DECIMAL_FACTOR() view returns (uint256)
10000
ctrl() view returns (address)
0x19a07afe97279cb6de1c9e73a13b7b0b63f7e67a
decimals() view returns (uint8)
18
getPricePerShare() view returns (uint256)
1000000000000000000
name() view returns (string)
PWRD Stablecoin
owner() view returns (address)
0x1aebe9147766936906ab56ec0693306da3539824
symbol() view returns (string)
PWRD
totalSupplyBase() view returns (uint256)
1533843423687530890579570
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfBase(address account) view returns (uint256)
factor(uint256 totalAssets) view returns (uint256)
getAssets(address account) view returns (uint256)
getShareAssets(uint256 shares) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address user)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 _factor, uint256 amount)
burnAll(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 _factor, uint256 amount)
removeFromWhitelist(address user)
renounceOwnership()
setController(address controller)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogAddToWhitelist(address indexed user)
LogRemoveFromWhitelist(address indexed user)
LogTransfer(address indexed sender, address indexed recipient, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.