handleFOREX
Verified contract
Active on
Ethereum with 6,519 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 |
---|---|---|---|---|---|
FOREX | ERC-20 | 29.188336K | $0.000243 |
$7.1 | |
FOREX | ERC-20 | 20.76M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213050 | 5 days ago | | | 0 | 0.00062876626 | |
| 21147878 | 14 days ago | | | 0 | 0.00015495915 | |
| 21094546 | 22 days ago | | | 0 | 0.00034965745 | |
| 21087693 | 23 days ago | | | 0 | 0.00039736995 | |
| 21087125 | 23 days ago | | | 0 | 0.00071378425 | |
| 21086688 | 23 days ago | | | 0 | 0.00053444075 | |
| 21086448 | 23 days ago | | | 0 | 0.00062775949 | |
| 21085903 | 23 days ago | | | 0 | 0.00073713434 | |
| 21015775 | a month ago | | | 0 | 0.00023647050 | |
| 21013869 | a month ago | | | 0 | 0.00020961360 |
ABI
ABI objects
Getter at block 21249410
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
decimals() view returns (uint8)
18
name() view returns (string)
handleFOREX
symbol() view returns (string)
FOREX
totalSupply() view returns (uint256)
420000000000000000000000000
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(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.