Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000817 |
$0 | |
OHNO | ERC-20 | 71 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727320 | 2 hours ago | | | 0 | 0.000000066445226316 | |
| 22726183 | 3 hours ago | | | 0 | 0.000000066120628074 | |
| 22723773 | 4 hours ago | | | 0 | 0.000000057449264166 | |
| 22712317 | 10 hours ago | | | 0 | 0.0000047251019 | |
| 22708795 | 12 hours ago | | | 0 | 1.2319275e-7 | |
| 22708767 | 12 hours ago | | | 0 | 1.2338387e-7 | |
| 22708744 | 12 hours ago | | | 0 | 1.2338387e-7 | |
| 22708708 | 12 hours ago | | | 0 | 1.2338387e-7 | |
| 22708692 | 12 hours ago | | | 0 | 1.2338387e-7 | |
| 22708672 | 12 hours ago | | | 0 | 1.2319275e-7 |
ABI
ABI objects
Getter at block 22730706
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() view returns (uint8)
18
name() view returns (string)
WAI
projectBuyTaxBasisPoints() view returns (uint16)
0
projectSellTaxBasisPoints() view returns (uint16)
0
projectTaxPendingSwap() view returns (uint128)
0
projectTaxRecipient() view returns (address)
0x0fd4ecd1e6d302d989e0d2724e37e645f523da8b
symbol() view returns (string)
WAI
totalBuyTaxBasisPoints() view returns (uint256)
0
totalSellTaxBasisPoints() view returns (uint256)
0
totalSupply() view returns (uint256)
95961089630684457706264643
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isLiquidityPool(address queryAddress_) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addLiquidityPool(address newLiquidityPool_)
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
burn(uint256 value)
distributeTaxTokens()
grantRole(bytes32 role, address account)
mint(address to, uint256 amount)
removeLiquidityPool(address removedLiquidityPool_)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setProjectTaxRates(uint16 newProjectBuyTaxBasisPoints_, uint16 newProjectSellTaxBasisPoints_)
setProjectTaxRecipient(address projectTaxRecipient_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdrawERC20(address token_, uint256 amount_)
Approval(address indexed owner, address indexed spender, uint256 value)
LiquidityPoolAdded(address addedPool)
LiquidityPoolRemoved(address removedPool)
ProjectTaxBasisPointsChanged(uint256 oldBuyBasisPoints, uint256 newBuyBasisPoints, uint256 oldSellBasisPoints, uint256 newSellBasisPoints)
ProjectTaxRecipientUpdated(address treasury)
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(struct BaseWaifuTokenBaseParameters baseParams, struct BaseWaifuTokenERC20TaxParameters taxParams)
fallback()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotWithdrawThisToken()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
LiquidityPoolCannotBeAddressZero()
LiquidityPoolMustBeAContractAddress()
SafeERC20FailedOperation(address token)
TransferAmountExceedsBalance()
TransferFailed()
TransferFromZeroAddress()
TransferToZeroAddress()