Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WARP | ERC-20 | 439.854345 | $0.055225 |
$24.29 | |
USA | ERC-20 | 1 | $0.000801 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 287.831555 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727038 | 4 hours ago | | | 0 | 0.000093501075 | |
| 22712723 | 12 hours ago | | | 0 | 0.0000047185562 | |
| 22705051 | 16 hours ago | | | 0 | 1.2884995e-7 | |
| 22703313 | 17 hours ago | | | 0 | 1.4012779e-7 | |
| 22696890 | 21 hours ago | | | 0 | 0.000000077394474558 | |
| 22696497 | 21 hours ago | | | 0 | 0.000000078708659400 | |
| 22688902 | a day ago | | | 0 | 1.7522353e-7 | |
| 22683032 | a day ago | | | 0 | 1.2881719e-7 | |
| 22681468 | a day ago | | | 0 | 1.3348783e-7 | |
| 22679641 | a day ago | | | 0 | 1.3392105e-7 |
ABI
ABI objects
Getter at block 22734128
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() pure returns (uint8)
6
name() view returns (string)
WARP
symbol() view returns (string)
WARP
totalSupply() view returns (uint256)
250000000000000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
grantRole(bytes32 role, address account)
mint(address to, uint256 amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
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)