XIDR
Verified contract
Proxy
Active on
Ethereum with 1,385 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 ($0.00)
No balances found for "XIDR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158518 | a day ago | | | 0 | 0.0015986986 | |
| 21011371 | 22 days ago | | | 0 | 0.00032976220 | |
| 21011305 | 22 days ago | | | 0 | 0.00028367029 | |
| 20890209 | a month ago | | | 0 | 0.00035758885 | |
| 20886188 | a month ago | | | 0 | 0.00066774662 | |
| 20882761 | a month ago | | | 0 | 0.00020591182 | |
| 20881628 | a month ago | | | 0 | 0.00030233858 | |
| 20878649 | a month ago | | | 0 | 0.00097256222 | |
| 20878494 | a month ago | | | 0 | 0.00044645968 | |
| 20877719 | a month ago | | | 0 | 0.00058429705 |
ABI
ABI objects
Getter at block 21167473 admin() view returns (address) implementation() view returns (address)
blacklister() view returns (address)
0x8b4934fb2df53407d8ab7cf5f337c5a7f6440d17
decimals() view returns (uint8)
6
masterMinter() view returns (address)
0x3f02a96ce54f043efad2c35ddb0c42cc5777df13
name() view returns (string)
XIDR
owner() view returns (address)
0xf0d6012ac953aa81c84d4be54a12e35fa3852f1d
paused() view returns (bool)
false
pauser() view returns (address)
0xbee755f18829f0e50118317726d56853490a057b
symbol() view returns (string)
XIDR
totalSupply() view returns (uint256)
1976822070290639
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.