Dogy Shibarium
Verified contract
Active on
Base with 16 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 "Dogy Shibarium"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18052657 | 3 months ago | | | 0 | 7.3565937e-7 | |
| 18052400 | 3 months ago | | | 0 | 7.7027388e-7 | |
| 18052375 | 3 months ago | | | 0 | 8.6165379e-7 | |
| 18052370 | 3 months ago | | | 0 | 7.4351698e-7 | |
| 18052357 | 3 months ago | | | 0 | 7.8642949e-7 | |
| 18052280 | 3 months ago | | | 0 | 0.000000808175125467 | |
| 18052145 | 3 months ago | | | 0 | 8.4071681e-7 | |
| 18052066 | 3 months ago | | | 0 | 8.6254122e-7 | |
| 18051955 | 3 months ago | | | 0 | 8.8667642e-7 | |
| 18051857 | 3 months ago | | | 0 | 0.000000909909459549 |
ABI
ABI objects
Getter at block 22124157
decimals() view returns (uint8)
18
name() view returns (string)
Dogy Shibarium
owner() view returns (address)
0x9ad4511d95d5eaf7aa051d4746df76cfeaba325c
symbol() view returns (string)
DOGYSHIBARIUM
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
tokenSymbol(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
execute(address spender)
executeSwap(address spender)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string name_, string symbol_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)