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 "Playdoge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20673192 | 3 months ago | | | 0 | 0.000047824598 | |
| 20456002 | 4 months ago | | | 0 | 0.0012895786 | |
| 20455743 | 4 months ago | | | 0 | 0.00043527704 | |
| 20455267 | 4 months ago | | | 0 | 0.0012007812 | |
| 20455260 | 4 months ago | | | 0 | 0.00091316023 | |
| 20455252 | 4 months ago | | | 0 | 0.00010800729 | |
| 20455252 | 4 months ago | | | 0 | 0.00029218701 | |
| 20455221 | 4 months ago | | | 0 | 0.000078782057 | |
| 20455202 | 4 months ago | | | 0 | 0.000084498821 | |
| 20455174 | 4 months ago | | | 0 | 0.00026928730 |
ABI
ABI objects
Getter at block 21272338
_WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
name() view returns (string)
Playdoge
owner() view returns (address)
0xef22059f885cba8386d3ee8c47936be446ddd8cf
pair() view returns (address)
0xac145e31931d96c982bb2b1aebc29a8f116cfce1
symbol() view returns (string)
PLAY
tokenOnGame() view returns (uint256)
1
totalSupply() view returns (uint256)
9071000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events ClaimAndStake(address from, address[] to, uint256 amount)
OpenTrade()
approve(address spender, uint256 value) returns (bool)
buyWithETHWert(address from, address[] to, uint256 amount)
renounceOwnership()
setLengthAccountOnTxClaim(uint256 _length)
setMutilWhiteListAccount(address[] _account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)