ELOSYS

Verified contract

Active on Ethereum with 4,097 txns
Deployed by via 0x59a7696f at 18757886
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $10.77
0xb580daedb711856dd49e62695291176332d254dd4804418cf75669a261e593d2
0xa6895a3f1faaf38097f7ac5d1eabd7953062fe7151f9faf5b86f49f9e6086d72
0x135c7a4b2c7452febf3ef5662347f1c159d8ab4d5be4515eee6ca3a058fcc4a8
0xa6037a1f949df7938876366791fc50cd95ed19d0a5014aac580b40ff162660e6
0x825aa04458d397672ffe62b642ed0dbfe6fdc267e61b5b0a77e12b865c804235
0xac00ab50615648ff4ce82cdd3ec73e7fcd451160593610a3a7dae906fa019b53
0x2dfaf638cb07f450a1bc815bbbd9861cf3fd4bc88a3e92bb4cdb0d5686b956d8
0x4fd9bf637476c2f9e7fef4f6c0c9199f301b168e36c7248a7b000e802f198604
0x11dad2f2fd9ff89173feff8112d37538c99fc1e0d989f5d0dd0f815fe75848e4
0x78c85f7082bc0ce503a9b1d2661683418de553d9d92f45809e2d148b6102c7f2

Functions
Getter at block 21272109
decimals(view returns (uint8)
18
name(view returns (string)
ELOSYS
symbol(view returns (string)
ELO
totalSupply(view returns (uint256)
38500000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 _amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed fromuint256 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