Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WenMoon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13738379 | 3 years ago | | | 0 | 0.015341370 | |
| 13738368 | 3 years ago | | | 0 | 0.017366847 | |
| 13738368 | 3 years ago | | | 0 | 0.021918525 | |
| 13738349 | 3 years ago | | | 0 | 0.013898924 | |
| 13597664 | 3 years ago | | | 0 | 0.0086605964 | |
| 12771198 | 3 years ago | | | 0 | 0.00051137900 | |
| 12444018 | 4 years ago | | | 0 | 0.0029148603 | |
| 12214771 | 4 years ago | | | 0 | 0.0037109204 | |
| 10968526 | 4 years ago | | | 0 | 0.0028808462 | |
| 10910789 | 4 years ago | | | 0 | 0.0038174540 |
ABI
ABI objects
Getter at block 21281464
DeflationToken() view returns (address)
0x46f4e420c75401494a39b70653f4bbb88ad2d728
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
6
deflationTokenAddress() view returns (address)
0x46f4e420c75401494a39b70653f4bbb88ad2d728
name() view returns (string)
WenMoon
owner() view returns (address)
0xf6a994dfde2546bf7f16d4740f38851e5c859f1c
symbol() view returns (string)
WENM
tokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
295715966796890272539383650
Read-only
_freezed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount) returns (bool)
airdrop(address source, address[] dests, uint256[] values)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
confiscate(address _from, address _to, uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setDeflationContractAddress(address tokenAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unFreezeAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
DividentTransfer(address from, address to, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.