WadzPay Token
Verified contract
Active on
Ethereum with 52,420 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,799.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.035061K | $1.002 |
$1,037.13 | |
POND | ERC-20 | 29.624596K | $0.018131 |
$537.11 | |
SPC | ERC-20 | 20.194266K | $0.025451 |
$513.96 | |
XYO | ERC-20 | 44.285733K | $0.008231 |
$364.51 | |
WTK | ERC-20 | 367.337953K | $0.000315 |
$115.59 | |
OVR | ERC-20 | 653.736976 | $0.14097 |
$92.16 | |
JASMY | ERC-20 | 2.5K | $0.019914 |
$49.79 | |
VRA | ERC-20 | 14.074566K | $0.003234 |
$45.52 | |
ATRI | ERC-20 | 88.578K | $0.000282 |
$25.02 | |
USDC | ERC-20 | 9.350381 | $1.001 |
$9.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242901 | 7 hours ago | | | 0 | 0.00050903789 | |
| 21242001 | 10 hours ago | | | 0 | 0.00052851261 | |
| 21242000 | 10 hours ago | | | 0 | 0.00033840069 | |
| 21241668 | 11 hours ago | | | 0 | 0.00031261714 | |
| 21241283 | 12 hours ago | | | 0 | 0.00043509449 | |
| 21238032 | a day ago | | | 0 | 0.0010551924 | |
| 21237164 | a day ago | | | 0 | 0.00096001435 | |
| 21237154 | a day ago | | | 0 | 0.00093635085 | |
| 21235828 | a day ago | | | 0 | 0.00091833373 | |
| 21235791 | a day ago | | | 0 | 0.00066721966 |
ABI
ABI objects
Getter at block 21244864
_tgePairAddress() view returns (address)
0x0000000000000000000000000000000000000000
_tgeTimestamp() view returns (uint256)
0
decimals() view returns (uint8)
18
getTGEWhitelistRound() view returns (uint256, uint256, uint256, uint256, bool, uint256)
(0, 0, 0, 0, false, 0)
name() view returns (string)
WadzPay Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WTK
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_tgeWhitelistRounds(uint256) view returns (uint256 duration, uint256 amountMax)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blackList(address) view returns (bool)
State-modifying
Events addBlackList(address _bot)
approve(address spender, uint256 amount) returns (bool)
createTGEWhitelist(address pairAddress, uint256[] durations, uint256[] amountsMax)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroy(address account, uint256 amount)
destroyBlackFunds(address _blackListedUser)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
modifyTGEWhitelist(uint256 index, uint256 duration, uint256 amountMax, address[] addresses, bool enabled)
removeBlackList(address _addr)
renounceOwnership()
setAntibotPaused(bool _antibotPaused)
setMaxTxPercent(uint256 _maxTxPercent)
setTransferDelay(uint256 _transferDelay)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.