WE PLATFORM TOKEN
Verified contract
Active on
Ethereum with 1,971 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WEPS | ERC-20 | 7.49936K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13079246 | 3 years ago | | | 0 | 0.0028695771 | |
| 13059183 | 3 years ago | | | 0 | 0.0027789604 | |
| 12836210 | 3 years ago | | | 0 | 0.0011087043 | |
| 12836123 | 3 years ago | | | 0 | 0.0013050720 | |
| 12830132 | 3 years ago | | | 0 | 0.0088933500 | |
| 12651553 | 3 years ago | | | 0 | 0.00094900800 | |
| 12651523 | 3 years ago | | | 0 | 0.00084402000 | |
| 12619595 | 3 years ago | | | 0 | 0.00084426000 | |
| 12592665 | 3 years ago | | | 0 | 0.0013600500 | |
| 12586707 | 3 years ago | | | 0 | 0.0013600500 |
ABI
ABI objects
Getter at block 21168120
decimals() view returns (uint256)
18
name() view returns (string)
WE PLATFORM TOKEN
owner() view returns (address)
0xc6a29a3d500778e3bef36c694fd30511fbc8f038
pauesed() view returns (bool)
false
symbol() view returns (string)
WEPS
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isBlackList(address badAddress) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
burnFrom(address who, uint256 value) payable returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setBlackList(bool bSet, address badAddress)
start()
stop()
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)
Burn(address indexed from, uint256 value)
BurnFrom(address indexed from, uint256 value)
OwnerLog(address indexed previousOwner, address indexed newOwner, bytes4 sig)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totsupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.