WestrendAirdrop
Verified contract
Active on
Ethereum with 3,355 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 "WestrendAirdrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8743724 | 5 years ago | | | 0 | 0.00017971680 | |
| 8462274 | 5 years ago | | | 0 | 0.0015350810 | |
| 8143608 | 5 years ago | | | 0 | 0.00037441000 | |
| 8143507 | 5 years ago | | | 0 | 0.00018604800 | |
| 7946883 | 5 years ago | | | 0 | 0.00013478760 | |
| 7504784 | 6 years ago | | | 0 | 0.00034445720 | |
| 7244966 | 6 years ago | | | 0 | 0.00018720500 | |
| 7244964 | 6 years ago | | | 0 | 0.00021814000 | |
| 7244955 | 6 years ago | | | 0 | 0.00011220500 | |
| 7244950 | 6 years ago | | | 0 | 0.00011220500 |
ABI
ABI objects
Getter at block 21256833
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
WestrendAirdrop
owner() view returns (address)
0x7a35b4cb1f65eff653be686110d98d28d6bcf738
paused() view returns (bool)
false
symbol() view returns (string)
WES-A
totalSupply() view returns (uint256)
974865000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.