ESM X Token
Verified contract
Active on
Base with 1,716 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 7.706481K | -- | -- | |
LZPZ | ERC-20 | 5.701K | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744550 | 2 hours ago | | | 0 | 5.1498796e-7 | |
| 22741190 | 4 hours ago | | | 0 | 3.3796600e-7 | |
| 22729937 | 10 hours ago | | | 0 | 1.2671640e-7 | |
| 22729363 | 11 hours ago | | | 0 | 1.4637567e-7 | |
| 22707912 | a day ago | | | 0 | 0.0000024705620 | |
| 22698790 | a day ago | | | 0 | 8.3376962e-7 | |
| 22654890 | 2 days ago | | | 0 | 6.8256423e-7 | |
| 22636720 | 3 days ago | | | 0 | 0.0000011085915 | |
| 22636123 | 3 days ago | | | 0 | 7.3415521e-7 | |
| 22635475 | 3 days ago | | | 0 | 0.0000012007624 |
ABI
ABI objects
Getter at block 22748630
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE() view returns (uint256)
300
TREASURER_ROLE() view returns (bytes32)
0x3496e2e73c4d42b75d702e60d9e48102720b8691234415963a5a857b86425d07
decimals() view returns (uint8)
18
feeCollector() view returns (address)
0xacacb1fdde897804b703c9c62712a8a194887ade
name() view returns (string)
ESM X Token
symbol() view returns (string)
ESMX
totalSupply() view returns (uint256)
3000000000000000000000000000
tradingStarted() view returns (bool)
true
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)
isDex(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
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)
setFeeCollector(address feeCollector_)
setIsDex(address account, bool isDex_)
setWhitelistedAddress(address account, bool isWhitelisted)
startTrading()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdrawETH(address beneficiary)
withdrawTokens(address tokenAddress, address beneficiary)
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(address treasurer, uint256 totalSupply_, string name, string symbol)
receive()
This contract contains no error objects.