Balances ($66.22)
Native
Value
$66.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.018687 | $3,544.00 |
$66.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232823 | 8 days ago | | | 0 | 0.00039577747 | |
| 21108876 | 25 days ago | | | 0 | 0.00016992315 | |
| 21056141 | a month ago | | | 0 | 0.00043932713 | |
| 21049243 | a month ago | | | 0 | 0.00026541066 | |
| 20918679 | 2 months ago | | | 0 | 0.00045792835 | |
| 20887852 | 2 months ago | | | 0 | 0.00034180796 | |
| 20881170 | 2 months ago | | | 0 | 0.00014007194 | |
| 20880094 | 2 months ago | | | 0 | 0.00044873011 | |
| 20862340 | 2 months ago | | | 0 | 0.00036997514 | |
| 20696910 | 3 months ago | | | 0 | 0.000055632000 |
ABI
ABI objects
Getter at block 21287225
canBurn() view returns (bool)
false
canMint() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
Woofie
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WOOFIE
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 supply_, uint8 decimals_, bool canMint_, bool canBurn_, address addr_, address ref_, uint256 ref_percent_)
receive()
This contract contains no error objects.