Enjoy X Travel
Verified contract
Active on
Ethereum with 229 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 |
---|---|---|---|---|---|
EXT | ERC-20 | 1.289196M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17769771 | a year ago | | | 0 | 0.0015498107 | |
| 17071778 | 2 years ago | | | 0 | 0.0023735694 | |
| 14930243 | 2 years ago | | | 0 | 0.0028722625 | |
| 14079555 | 3 years ago | | | 0 | 0.0052164705 | |
| 14024044 | 3 years ago | | | 0 | 0.0084541401 | |
| 13815538 | 3 years ago | | | 0 | 0.0042624559 | |
| 13815529 | 3 years ago | | | 0 | 0.0045535834 | |
| 13724812 | 3 years ago | | | 0 | 0.0045988000 | |
| 13530529 | 3 years ago | | | 0 | 0.0093465272 | |
| 13514460 | 3 years ago | | | 0 | 0.013626851 |
ABI
ABI objects
Getter at block 21274454
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
Enjoy X Travel
noTokenLocked() view returns (bool)
false
owner() view returns (address)
0xd9fef0ad8a162241c2a10850d9849130371d7634
symbol() view returns (string)
EXT
totalSupply() view returns (uint256)
5000000000000000000000000000
transferEnabled() view returns (bool)
false
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
canTransferIfLocked(address _sender, uint256 _value) view returns (bool)
getMinLockedAmount(address _addr) view returns (uint256 locked)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hashForSend(address _token, address _holder, address _recipient, uint256 _amount, bytes _data, uint256 _nonce) pure returns (bytes32)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events addTokenLock(address _addr, uint256 _value, uint256 _release_time)
approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
enableTransfer(bool _enable)
etherlessSend(address _token, address _holder, address _recipient, uint256 _amount, bytes _data, uint256 _nonce, bytes _signature)
grantRole(bytes32 role, address account)
multiSend(address _token, address[] _recipients, uint256[] _amount, bytes _data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeOperator(address operator)
revokeRole(bytes32 role, address account)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockAllTokens()
AddTokenLock(address indexed to, uint256 time, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedOperator(address indexed operator, address indexed tokenHolder)
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)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.