Waste Coin
Verified contract
Active on
Ethereum with 443 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WaCo | ERC-20 | 881 | $0.000331 |
$0.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17459336 | a year ago | | | 0 | 0.0030211800 | |
| 17346997 | 2 years ago | | | 0 | 0.00072526615 | |
| 17341175 | 2 years ago | | | 0 | 0.00088311148 | |
| 17116023 | 2 years ago | | | 0 | 0.0028673320 | |
| 17065441 | 2 years ago | | | 0 | 0.0029769660 | |
| 17065408 | 2 years ago | | | 0 | 0.0019781320 | |
| 17063824 | 2 years ago | | | 0 | 0.0013814922 | |
| 16787666 | 2 years ago | | | 0 | 0.0016426982 | |
| 16781306 | 2 years ago | | | 0 | 0.0013674952 | |
| 15414232 | 2 years ago | | | 0 | 0.00053204800 |
ABI
ABI objects
Getter at block 21311251
BLACKLISTED_ADDRESSES() view returns (bytes32)
0x38d20d7121ab3fcdb6c82fe22d0e9bd2d2cd73b74c7cf0a3ce2781fc8198d8d5
decimals() view returns (uint8)
18
getBlacklistedCount() view returns (uint256)
0
name() view returns (string)
Waste Coin
owner() view returns (address)
0xd4b7a74a657f3930b42716247be47b6ab9762d9d
symbol() view returns (string)
WaCo
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklist(address account) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.