Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOGL | ERC-20 | 80.169611M | $0.00 |
$21.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21409216 | an hour ago | | | 0 | 0.00036674613 | |
| 21408929 | 2 hours ago | | | 0 | 0.00032281620 | |
| 21408556 | 3 hours ago | | | 0 | 0.00030384824 | |
| 21408370 | 4 hours ago | | | 0 | 0.00029204595 | |
| 21408365 | 4 hours ago | | | 0 | 0.00028931652 | |
| 21408238 | 4 hours ago | | | 0 | 0.00030834403 | |
| 21408222 | 4 hours ago | | | 0 | 0.00030619575 | |
| 21408215 | 4 hours ago | | | 0 | 0.00029628718 | |
| 21408209 | 4 hours ago | | | 0 | 0.00028826346 | |
| 21408203 | 4 hours ago | | | 0 | 0.00023722157 |
ABI
ABI objects
Getter at block 21409444
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
500000000000000000000000000000000
name() view returns (string)
DogLibre
owner() view returns (address)
0xe51e26a25335b16a6d2b11bf2e5eb8c72915f001
symbol() view returns (string)
DOGL
totalSupply() view returns (uint256)
500000000000000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.