Xiglute Coin
Verified contract
Active on
Ethereum with 4,561 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 |
---|---|---|---|---|---|
XGC | ERC-20 | 102.108227M | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200876 | 12 hours ago | | | 0 | 0.00068688361 | |
| 21085443 | 17 days ago | | | 0 | 0.0012452880 | |
| 21076871 | 18 days ago | | | 0 | 0.0012455520 | |
| 21070401 | 19 days ago | | | 0 | 0.0012458160 | |
| 21070116 | 19 days ago | | | 0 | 0.00031305786 | |
| 21055452 | 21 days ago | | | 0 | 0.00019090024 | |
| 21050040 | 22 days ago | | | 0 | 0.00024648088 | |
| 20981019 | a month ago | | | 0 | 0.00063798357 | |
| 20978849 | a month ago | | | 0 | 0.0012460800 | |
| 20718592 | 2 months ago | | | 0 | 0.00013054677 |
ABI
ABI objects
Getter at block 21204563
decimals() view returns (uint256)
14
name() view returns (string)
Xiglute Coin
owner() view returns (address)
0x73be8664ca42ba062aba3edfc8321d2bceacd380
paused() view returns (bool)
false
symbol() view returns (string)
XGC
totalSupply() view returns (uint256)
12879025237258300000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount)
pause()
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)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.