LegacyDax

Verified contract

Active on Ethereum with 8,913 txns
Deployed by via 0x719129be at 18439709
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xf8c3018f19fb0e10a5683aee4b7ce9f1ab326276e1cbae2554011a6fd828dafd
0x4b5ea7c2efd3b8881aabc562505634a31b3eafa085881bd050b0d57f2bf60de1
0x7d55f00d03f68dde6a101db2342c7502e2bc96655c7bd0c4a464478c3530fcb5
0x554719536596ed6756a5a50b1b9f5159724432c1ee4c0927fe0b5cf4216f90f4
0x3c1aad0be37c321933eb2079c34f1ba7adebddd72ac49648674392538d1e77b8
0xaa9886287cbde877812e3f6814fd569943a1249bf00c8e9b6b323c5253439478
0xcf7bd59e5700a72cefb4a81d39a3b6543501d00801e98c28b3ab8a5dbda93290
0x6d58a16967a685b9443a3ec3d93205e74774c284fba53fe5174d6cf05bcea406
0x88481a60c2ffca4c46e15537d8fc4758ca073e4b9b64c83d18e810899033fa75
0x750f62ec0b07e032a7f83573034571706e2c3cde54b2433ba5ffaea691ec16e4

Functions
Getter at block 21158156
decimals(view returns (uint8)
18
name(view returns (string)
LegacyDax
symbol(view returns (string)
LDAX
totalSupply(view returns (uint256)
160555744460000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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