WOM Token
Verified contract
Proxy
Active on
Ethereum with 55,551 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($390.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WOM | ERC-20 | 9.696993K | $0.024834 |
$240.81 | |
USDT | ERC-20 | 150 | $0.999386 |
$149.91 | |
WOM | ERC-20 | 33.149 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270995 | 3 hours ago | | | 0 | 0.00036692484 | |
| 21270229 | 5 hours ago | | | 0 | 0.00043791126 | |
| 21270227 | 5 hours ago | | | 0 | 0.00041435818 | |
| 21266948 | 16 hours ago | | | 0 | 0.0014440179 | |
| 21266940 | 16 hours ago | | | 0 | 0.00096167600 | |
| 21266935 | 16 hours ago | | | 0 | 0.0012136916 | |
| 21266005 | 20 hours ago | | | 0 | 0.0013705655 | |
| 21265993 | 20 hours ago | | | 0 | 0.0012958000 | |
| 21265986 | 20 hours ago | | | 0 | 0.0015076542 | |
| 21265957 | 20 hours ago | | | 0 | 0.0016087617 |
ABI
ABI objects
Getter at block 21271817
BATCH_LIMIT() view returns (uint256)
255
DOMAIN_SEPARATOR() view returns (bytes32)
0xe20cc45f50d352319d757034680cf904bdc16d31ae12276507e721f199403e1a
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
WOM Token
owner() view returns (address)
0x6cd9ddb4a0173caf93601064b0d68d7e6900f39b
symbol() view returns (string)
WOM
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAccountFrozen(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
batchTransfer(address[] recipients, uint256[] amounts)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFallBackToken(address token, address recipient, uint256 amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromFrozenAccount(address from, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithPermit(address owner, address recipient, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (bool)
unfreeze(address holder)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
constructor(address implementation, address proxyOwnerAddr, bytes data)
fallback()
receive()
This contract contains no error objects.