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 "Willy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20261215 | 4 months ago | | | 0 | 0.00019299164 | |
| 19887735 | 6 months ago | | | 0 | 0.00018394896 | |
| 19846152 | 6 months ago | | | 0 | 0.00032093972 | |
| 19766970 | 6 months ago | | | 0 | 0.00041829274 | |
| 19748726 | 6 months ago | | | 0 | 0.00026300147 | |
| 19728651 | 7 months ago | | | 0 | 0.00019564194 | |
| 19728649 | 7 months ago | | | 0 | 0.00031177219 | |
| 19726898 | 7 months ago | | | 0 | 0.00067079857 | |
| 19725677 | 7 months ago | | | 0 | 0.0014690601 | |
| 19725528 | 7 months ago | | | 0 | 0.0013034573 |
ABI
ABI objects
Getter at block 21160311
decimals() view returns (uint8)
18
fee() view returns (uint256)
300
feeRecipient() view returns (address)
0x71a7c1aa0d521f680e4621434722c76752bffaa9
maxTransferAmount() view returns (uint256)
1000000000000000000000000000000
name() view returns (string)
Willy
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WILLY
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
excludedFromFee(address) view returns (bool)
taxed(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlacklisted(address account, bool isBlacklisted)
setExcluded(address account, bool isExcluded)
setFee(uint256 newFee)
setFeeRecipient(address newFeeRecipient)
setMaxTransferAmount(uint256 amount)
setTaxed(address account, bool isTaxed)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistedStatusUpdated(address account, bool isBlacklisted)
ExcludedStatusUpdated(address account, bool isExcluded)
FeeRecipientUpdated(address newFeeRecipient)
FeeUpdated(uint256 fee)
MaxTransferAmountUpdated(uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxedStatusUpdated(address account, bool isTaxed)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner_, uint256 fee_, address feeRecipient_, uint256 initialSupply, string name_, string symbol_)
This contract contains no fallback and receive objects.
FeeTooHigh()
MaxTransferAmountExceeded()
NotAuthorized()
ZeroAddress()