Wasabi USD
Verified contract
Active on
Ethereum with 553 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Wasabi USD"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20539059 | 3 months ago | | | 0 | 0.000050583216 | |
| 20260326 | 4 months ago | | | 0 | 0.000056149490 | |
| 20260322 | 4 months ago | | | 0 | 0.000056940209 | |
| 20260318 | 4 months ago | | | 0 | 0.000057080908 | |
| 19654202 | 7 months ago | | | 0 | 0.00061396690 | |
| 19312007 | 9 months ago | | | 0 | 0.0018544589 | |
| 19040629 | 10 months ago | | | 0 | 0.00099556669 | |
| 19040610 | 10 months ago | | | 0 | 0.00098797933 | |
| 18799074 | a year ago | | | 0 | 0.0016479003 | |
| 18799074 | a year ago | | | 0 | 0.0015229174 |
ABI
ABI objects
Getter at block 21164673
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SENTINEL_ROLE() view returns (bytes32)
0xd3eedd6d69d410e954f4c622838ecc3acae9fdcd83cad412075c85b092770656
decimals() view returns (uint8)
18
name() view returns (string)
Wasabi USD
symbol() view returns (string)
waUSD
totalSupply() view returns (uint256)
13171267846283091116886
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
ceiling(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasMinted(address) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
paused(address) view returns (bool)
whiteList(address) view returns (bool)
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)
lowerHasMinted(uint256 amount)
mint(address _recipient, uint256 _amount)
pauseAlchemist(address _toPause, bool _state)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBlacklist(address _toBlacklist)
setCeiling(address _toSetCeiling, uint256 _ceiling)
setSentinel(address _newSentinel)
setWhitelist(address _toWhitelist, bool _state)
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)
Paused(address alchemistAddress, bool isPaused)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.