WorldMobileToken
Verified contract
Active on
Ethereum with 2,532 txns
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 |
---|---|---|---|---|---|
PEPE | ERC-20 | 839.091807K | $0.00002 |
$17.03 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246330 | 5 minutes ago | | | 0 | 0.00045478277 | |
| 21246278 | 16 minutes ago | | | 0 | 0.00072137335 | |
| 21246270 | 18 minutes ago | | | 0 | 0.00086474898 | |
| 21246223 | 27 minutes ago | | | 0 | 0.00061835879 | |
| 21246176 | 36 minutes ago | | | 0 | 0.00066101659 | |
| 21246101 | an hour ago | | | 0 | 0.0010731643 | |
| 21246097 | an hour ago | | | 0 | 0.00074722575 | |
| 21245929 | an hour ago | | | 0 | 0.00080551174 | |
| 21245684 | 2 hours ago | | | 0 | 0.00035805847 | |
| 21245573 | 3 hours ago | | | 0 | 0.00032747217 |
ABI
ABI objects
Getter at block 21246355
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xd36e4195b54f15f72ea296f2b96a02498028011e4600eda534aee932460f4cc9
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
cap() view returns (uint256)
2000000000000000
decimals() view returns (uint8)
6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=WorldMobileToken, version=1, chainId=1, verifyingContract=0xdbb5cf12408a3ac17d668037ce289f9ea75439d7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
WorldMobileToken
symbol() view returns (string)
WMTX
totalSupply() view returns (uint256)
145094909969858
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)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
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.
InvalidShortString()
StringTooLong(string str)