Wrapped QOM

Verified contract

Active on Ethereum with 5,860 txns
Deployed by via 0xedb1f1e3 at 19883034
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $53.41
ERC-20
--
0x10a6c4da076ed8fedb1feeb1b3799927fd36c33d66da6d78473e03a2e59c11f9
0x4ce44286eba2592be8a7c3f61b355b486db60a51070448ffffb75b42bbd231f1
0x591ff3d856f3047c7549ea2cfe5a00e04c5f51998ed3b963de596c21872cafcc
0xa8dc06729e628f394b9b85e40b2c5afe59f74ad831c245b696653de933a991d6
0x6d0c9f9ad15f6e3512b038218bb8516a2e1c7844227f7e6250694f18a5ae7398
0x6e395ab318e7c392b81f39917de0d57ef1fc3fd867531a6a0db7b549de0b9b00
0x36b525caac7db399c20fc8e9f1a26aafffe452f213929ab3aad8edc7078a0ad8
0xfa8a57c2cd415bcba60905210e08a1b3ff8cf0814c39ad67537d8b81b7099e14
0xe188bee7b932c345f42dce63e4c2a8a2d756bffc45c7a6f8a1220e5f01973c01
0x68b3e3c01df2108ac9e74b205e462b6a8cc2417973b6d359466473df41c1c81b

Functions
Getter at block 20790750
decimals(view returns (uint8)
18
name(view returns (string)
Wrapped QOM
symbol(view returns (string)
WQOM
totalSupply(view returns (uint256)
599999999999999000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
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