Wav3Token
Verified contract
Active on
Ethereum with 580 txns
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 "Wav3Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20269137 | 5 months ago | | | 0 | 0.00011562839 | |
| 18310781 | a year ago | | | 0 | 0.00027380753 | |
| 15860763 | 2 years ago | | | 0 | 0.00023293556 | |
| 13269121 | 3 years ago | | | 0 | 0.0012405324 | |
| 12920724 | 3 years ago | | | 0 | 0.00070827834 | |
| 12920721 | 3 years ago | | | 0 | 0.0010231540 | |
| 12592942 | 3 years ago | | | 0 | 0.00069760507 | |
| 12591707 | 3 years ago | | | 0 | 0.00097106616 | |
| 11964071 | 4 years ago | | | 0 | 0.0041742580 | |
| 11814402 | 4 years ago | | | 0 | 0.0056061610 |
ABI
ABI objects
Getter at block 21293584
canWhitelist() view returns (bool)
true
decimals() view returns (uint8)
18
feeDistributor() view returns (address)
0x255a2b1d9404b50cf56a2809bc01a1e334d714f9
name() view returns (string)
Wav3Token
owner() view returns (address)
0x04f146e4bdd4e02a9bbd6b08429f44d5035f250a
symbol() view returns (string)
WAV3
totalSupply() view returns (uint256)
35292784888526849731988
txFee() view returns (uint8)
60
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateAmountsAfterFee(address sender, address recipient, uint256 amount) view returns (uint256 transferToAmount, uint256 transferToFeeDistributorAmount)
feelessReciever(address) view returns (bool)
feelessSender(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
renounceWhitelist()
setFee(uint8 _newTxFee)
setFeeDistributor(address _distributor)
setFeelessReciever(address _recipient, bool _feeless)
setFeelessSender(address _sender, bool _feeless)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.