Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x412e…c24a
Balances ($0.00)
No balances found for "PEGS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062577 | a month ago | | | 0 | 0.00016104604 | |
| 20982285 | a month ago | | | 0 | 0.00024023853 | |
| 20982285 | a month ago | | | 0 | 0.00024023853 | |
| 20962922 | a month ago | | | 0 | 0.00039736716 | |
| 19034363 | 10 months ago | | | 0 | 0.00090970998 | |
| 19034353 | 10 months ago | | | 0 | 0.00075264320 | |
| 18893489 | a year ago | | | 0 | 0.0014866480 | |
| 18797504 | a year ago | | | 0 | 0.0010075322 | |
| 18797503 | a year ago | | | 0 | 0.0010825780 | |
| 18233462 | a year ago | | | 0 | 0.00081009000 |
ABI
ABI objects
Getter at block 21257883
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PEGS_DAO_min() view returns (uint256)
0
PUSDStablecoinAdd() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
genesis_supply() view returns (uint256)
30000000000000000000000000
name() view returns (string)
PEGS
oracle_address() view returns (address)
0x0f8117bdba54707cd261bed68a240d05e72b8636
owner_address() view returns (address)
0x0f8117bdba54707cd261bed68a240d05e72b8636
symbol() view returns (string)
PEGS
timelock_address() view returns (address)
0x589fd0299b2e20043decbafc1d88eaed58e2abf2
totalSupply() view returns (uint256)
34652305234808914309526354
trackingVotes() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pool_burn_from(address b_address, uint256 b_amount)
pool_mint(address m_address, uint256 m_amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setOracle(address new_oracle)
setOwner(address _owner_address)
setPEGSMinDAO(uint256 min_PEGS)
setPUSDAddress(address pusd_contract_address)
setTimelock(address new_timelock)
toggleVotes()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
PEGSBurned(address indexed from, address indexed to, uint256 amount)
PEGSMinted(address indexed from, address indexed to, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
VoterVotesChanged(address indexed voter, uint256 previousBalance, uint256 newBalance)
constructor(string _name, string _symbol, address _oracle_address, address _owner_address, address _timelock_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.