XSGD
Verified contract
Proxy
Active on
Ethereum with 42,593 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOLT | ERC-20 | 2.634109K | $0.001626 |
$4.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271238 | 11 minutes ago | | | 0 | 0.00050351129 | |
| 21270972 | an hour ago | | | 0 | 0.00052752029 | |
| 21270886 | an hour ago | | | 0 | 0.00074455220 | |
| 21270660 | 2 hours ago | | | 0 | 0.00071634995 | |
| 21270626 | 2 hours ago | | | 0 | 0.00060458216 | |
| 21270540 | 3 hours ago | | | 0 | 0.00051905241 | |
| 21269773 | 5 hours ago | | | 0 | 0.00057627405 | |
| 21269764 | 5 hours ago | | | 0 | 0.00028673517 | |
| 21269615 | 6 hours ago | | | 0 | 0.00041783261 | |
| 21269171 | 7 hours ago | | | 0 | 0.00036114887 |
ABI
ABI objects
Getter at block 21271289 admin() view returns (address) implementation() view returns (address)
blacklister() view returns (address)
0x7081b2058a879eecf90f025cfc4de1b828178ca4
decimals() view returns (uint8)
6
masterMinter() view returns (address)
0x4a423f581df9a7575fbe9cf22013638e8dbbe273
name() view returns (string)
XSGD
owner() view returns (address)
0x5ca62202b9059c69ab3d05c76b0bb49d8dbf2562
paused() view returns (bool)
false
pauser() view returns (address)
0x15b3139d10328c2910584b618f8520c46b2f23a5
symbol() view returns (string)
XSGD
totalSupply() view returns (uint256)
29008185511568
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _address) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
isMinter(address _address) view returns (bool)
minterAllowance(address _minter) view returns (uint256)
tokenFallback(address _from, uint256 _value, bytes _data) pure
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address _spender, uint256 _amount) returns (bool)
blacklist(address _account)
burn(uint256 _amount)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
decreaseMinterAllowance(address _minter, uint256 _decreasedAmount)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
increaseMinterAllowance(address _minter, uint256 _increasedAmount)
initialize(string _name, string _symbol, uint8 _decimals, address _masterMinter, address _pauser, address _blacklister, address _owner)
lawEnforcementWipingBurn(address _from)
mint(address _to, uint256 _amount) returns (bool)
pause()
reclaimToken(address _tokenAddress)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
unpause()
updateBlacklister(address _newBlacklister)
updateMasterMinter(address _newMasterMinter)
updatePauser(address _newPauser)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
Approval(address indexed owner, address indexed spender, uint256 amount)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
Burn(address indexed burner, uint256 amount)
MasterMinterChanged(address indexed newMasterMinter)
Mint(address indexed minter, address indexed to, uint256 amount)
MinterConfigured(address indexed minter, uint256 minterAllowedAmount)
MinterRemoved(address indexed oldMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PauserChanged(address indexed newAddress)
Transfer(address indexed from, address indexed to, uint256 amount)
UnBlacklisted(address indexed _account)
Unpause()
constructor(address _implementation)
fallback()
This contract contains no error objects.