Wrapped QOM

Verified contract

Active on Ethereum with 6,230 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 $288.15
ERC-20
--
0x2096a84b0d50336aa3749593772037fe7388ade287a1eb446a34e88192e61fd4
0xcc19d37eb1030cc9ccf03d899562d81dfcbbe9752d28418a2ab2e7de8394e4d5
0x10c41781094df7b465203fed810bb945d283c0f75cb35149aecec184c519268c
0x496c7de1a63a1cd4450f63f1b0a56c5f4b0b4c86fe51050b28ddda099d8e9650
0x4512d8f87eb8cdfc01f5c15ed85a9830639e32bf9e335dcf177b15d68d0ce337
0x9a8b930f1d54b6717cefb50b7e0b18fd9e8f34712c987d0a1186759ea60785b8
0x499a30cdd0d292e6d4cf03ea4978a88ba937e915abbf1490d024b6db40de8297
0xf002f47e87482d3aa6ce75aeafd8c3720d7586e99111a8d6aec949110c5cfe4b
0xc84b054f14b8fd6511260a3f2f37f75efbaa30ba39472210828b909d11c1d328
0xab22655944f007389e1640efc4e50fe8cafb3605baab5b0c604985c82db13289

Functions
Getter at block 21257210
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