Radix

Verified contract

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

No balances found for "Radix"

0x3142120f698aade01142ee4b5b7ad34045ac7a5253f7d91e994cf4e4b516d578
0x63708fb7244f441809af5861491db56dd36172501198e3c8032f02eb611841dd

Functions
Getter at block 21388673
callBack(view returns (address)
0x0000000000000000000000000000000000000000
decimals(view returns (uint8)
18
factory(view returns (address)
0x466bc74ac11d94560f60365a9d76cd3438f07dd5
maxSupply(view returns (uint256)
0
name(view returns (string)
Radix
symbol(view returns (string)
XRD
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address _fromuint256 _value
initialize(uint256 _maxSupplyuint8 _decimals
mint(address _touint256 _value
setCallBack(address _callBack
transfer(address touint256 valuereturns (bool)
transfer(address touint256 valuebytes _datareturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DataDelivery(address indexed _fromaddress indexed _touint256 _valuebytes data
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender