XERC20

Verified contract

Active on Ethereum with 3 txns
Deployed by via 0xac3fa821 at 18769807
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "XERC20"

0xf404e6097342ffa2ab2484325dc96db44d24f0c47fb0c9d9a1e8753a22f93fa8
0x62c02f9cc2ff9c5ee049fc72e62a2f50e30cd9c4eed311e117d92e18c9985243
0x8d799907d2a99374cebeac640d2d98b9e61f89bfbef874fff341186461d350a1

Functions
Getter at block 21121491
DOMAIN_SEPARATOR(view returns (bytes32)
0x14d0f35b66641d3f286e82dd0d1bbcc99f535d9e7c3f1b4a382647a9778cfc03
FACTORY(view returns (address)
0xc10fa06d401c05bce65b55efb1ef2158e55ff1d7
decimals(view returns (uint8)
18
lockbox(view returns (address)
0x0b558385f8fd0cdb04daa94cd547f95162cbc1cc
name(view returns (string)
xQuid
owner(view returns (address)
0x9d9ec72c2b0fbca20f71cc8d21605798e8be362f
symbol(view returns (string)
xQUID
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
bridges(addressview returns (struct IXERC20BridgeParameters minterParamsstruct IXERC20BridgeParameters burnerParams)
burningCurrentLimitOf(address _bridgeview returns (uint256 _limit)
burningMaxLimitOf(address _bridgeview returns (uint256 _limit)
mintingCurrentLimitOf(address _bridgeview returns (uint256 _limit)
mintingMaxLimitOf(address _bridgeview returns (uint256 _limit)
nonces(address ownerview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(address _useruint256 _amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address _useruint256 _amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
renounceOwnership(
setLimits(address _bridgeuint256 _mintingLimituint256 _burningLimit
setLockbox(address _lockbox
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BridgeLimitsSet(uint256 _mintingLimituint256 _burningLimitaddress indexed _bridge
LockboxSet(address _lockbox
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboladdress _factory
Fallback and receive

This contract contains no fallback and receive objects.

Errors
IXERC20_NotFactory(
IXERC20_NotHighEnoughLimits(