Wasder Token
Verified contract
Active on
Ethereum with 37,148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 100 | $0.999804 |
$99.98 | |
WAS | ERC-20 | 6.188K | $0.00114 |
$7.05 | |
HQG | ERC-20 | 0.0001 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272819 | 28 minutes ago | | | 0 | 0.00086770537 | |
| 21271212 | 6 hours ago | | | 0 | 0.00041822387 | |
| 21270494 | 8 hours ago | | | 0 | 0.00053964548 | |
| 21268250 | 16 hours ago | | | 0 | 0.00043508946 | |
| 21267701 | 18 hours ago | | | 0 | 0.00038294998 | |
| 21267062 | 20 hours ago | | | 0 | 0.00063891984 | |
| 21266962 | 20 hours ago | | | 0 | 0.0010306006 | |
| 21264493 | a day ago | | | 0 | 0.00062866735 | |
| 21264389 | a day ago | | | 0 | 0.00071597853 | |
| 21263976 | a day ago | | | 0 | 0.00075287855 |
ABI
ABI objects
Getter at block 21272956
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xf9885d23113ee39d7d53ac048d5b61da62c5d26003407cf4dd3fa575a0feaab3
name() view returns (string)
Wasder Token
symbol() view returns (string)
WAS
totalSupply() view returns (uint256)
999731079000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address sender, address recipient, uint256 amount) 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)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(address to)
This contract contains no fallback and receive objects.
This contract contains no error objects.