White Dev in crypto world
Verified contract
Active on
Ethereum with 61 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 "White Dev in crypto world"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20212868 | 5 months ago | | | 0 | 0.00081311899 | |
| 20212849 | 5 months ago | | | 0 | 0.00069274188 | |
| 20202582 | 5 months ago | | | 0 | 0.0012330915 | |
| 20202582 | 5 months ago | | | 0 | 0.0012330915 | |
| 20061705 | 5 months ago | | | 0 | 0.00049342296 | |
| 20061134 | 5 months ago | | | 0 | 0.00020190094 | |
| 20060351 | 5 months ago | | | 0 | 0.00032296511 | |
| 20060315 | 5 months ago | | | 0 | 0.00042473548 | |
| 20060313 | 5 months ago | | | 0 | 0.00042998199 | |
| 20060089 | 5 months ago | | | 0 | 0.00031113047 |
ABI
ABI objects
Getter at block 21213770
decimals() view returns (uint8)
18
name() view returns (string)
White Dev in crypto world
symbol() view returns (string)
WEW
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address player, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burns(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.