WOLFCOIN
Verified contract
Active on
Ethereum with 1,436 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 |
---|---|---|---|---|---|
WFC | ERC-20 | 77.0319K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20392531 | 4 months ago | | | 0 | 0.00016795677 | |
| 20025891 | 5 months ago | | | 0 | 0.0015926798 | |
| 19633179 | 7 months ago | | | 0 | 0.00079764363 | |
| 19510357 | 8 months ago | | | 0 | 0.0013132402 | |
| 18611415 | a year ago | | | 0 | 0.0044064513 | |
| 18021762 | a year ago | | | 0 | 0.0033670485 | |
| 18021755 | a year ago | | | 0 | 0.0023663337 | |
| 17551016 | a year ago | | | 0 | 0.0011507164 | |
| 17468523 | a year ago | | | 0 | 0.00097939800 | |
| 17426239 | a year ago | | | 0 | 0.0011462783 |
ABI
ABI objects
Getter at block 21185930
INITIAL_SUPPLY() view returns (uint256)
500000000000000000000000000
blacklister() view returns (address)
0xaa665538af394275f9780d82ea0d0ad8819be493
decimals() view returns (uint8)
18
name() view returns (string)
WOLFCOIN
owner() view returns (address)
0xaa665538af394275f9780d82ea0d0ad8819be493
paused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WFC
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
unpause()
updateBlacklister(address _newBlacklister)
updatePauser(address _newPauser)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PauserChanged(address indexed newAddress)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.