EMAIL Token
Verified contract
Proxy
Active on
Base with 43,609 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($126.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EMT | ERC-20 | 11.078568K | $0.011462 |
$126.98 | |
kurbi | ERC-20 | 0.1 | $0.001074 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 602.381197 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22712690 | an hour ago | | | 0 | 9.9989616e-7 | |
| 22711209 | 2 hours ago | | | 0 | 0.0000043436402 | |
| 22710912 | 2 hours ago | | | 0 | 8.7790404e-7 | |
| 22710784 | 2 hours ago | | | 0 | 0.00036671000 | |
| 22710670 | 2 hours ago | | | 0 | 0.0000034625502 | |
| 22710598 | 2 hours ago | | | 0 | 0.0000034625502 | |
| 22710344 | 2 hours ago | | | 0 | 8.4643012e-7 | |
| 22710174 | 2 hours ago | | | 0 | 7.7828445e-7 | |
| 22710079 | 2 hours ago | | | 0 | 9.7149533e-7 | |
| 22709831 | 2 hours ago | | | 0 | 9.9093634e-7 |
ABI
ABI objects
Getter at block 22714126 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
EMAIL Token
paused() view returns (bool)
false
symbol() view returns (string)
EMT
totalSupply() view returns (uint256)
1000000000000000000000000000
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 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)
initialize(string tokenName, string tokenSymbol, uint256 maxSupply, address owner, address distributor)
mint(address to, uint256 amount)
pause()
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)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
Paused(address account)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _implementation, bytes _data)
fallback()
receive()
EMT__TransfersAlreadyPaused()
EMT__TransfersNotPaused()