xensor token
Verified contract
Active on
Ethereum with 35,924 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 |
---|---|---|---|---|---|
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
XST | ERC-20 | 6.4K | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 5 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16645515 | 2 years ago | | | 0 | 0.0015749120 | |
| 13787674 | 3 years ago | | | 0 | 0.0021774476 | |
| 11619966 | 4 years ago | | | 0 | 0.0036766100 | |
| 11267541 | 4 years ago | | | 0 | 0.00093788753 | |
| 11062877 | 4 years ago | | | 0 | 0.0010504600 | |
| 10741901 | 4 years ago | | | 0 | 0.0031144091 | |
| 10682740 | 4 years ago | | | 0 | 0.0035676432 | |
| 10630692 | 4 years ago | | | 0 | 0.0033416830 | |
| 10417278 | 4 years ago | | | 0 | 0.0013077260 | |
| 10417231 | 4 years ago | | | 0 | 0.0016639347 |
ABI
ABI objects
Getter at block 21158321
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
xensor token
owner() view returns (address)
0x25ba6d07fcbe9246a9e52d13319f3f36b769fa0c
paused() view returns (bool)
false
symbol() view returns (string)
XST
totalSupply() view returns (uint256)
9000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint256 totalSupply, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.