Doctor Diggles
Verified contract
Active on
Base with 548 txns
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 "Doctor Diggles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20902731 | a month ago | | | 0 | 0.0000051759346 | |
| 20780302 | a month ago | | | 0 | 1.3067324e-7 | |
| 20493197 | a month ago | | | 0 | 6.7254237e-7 | |
| 20480206 | a month ago | | | 0 | 2.5392553e-7 | |
| 20418584 | a month ago | | | 0 | 8.4060318e-7 | |
| 20383898 | a month ago | | | 0 | 3.6185226e-7 | |
| 20340368 | a month ago | | | 0 | 1.8950089e-7 | |
| 20331604 | a month ago | | | 0 | 0.0000016832030 | |
| 20322747 | a month ago | | | 0 | 1.4891864e-7 | |
| 20302903 | a month ago | | | 0 | 2.6465434e-7 |
ABI
ABI objects
Getter at block 22014351
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Doctor Diggles
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DIGGLES
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
launch()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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 _symbol, string _name, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)