Doggy Olympics
Verified contract
Active on
Base with 20 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 "Doggy Olympics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18094226 | 4 months ago | | | 0 | 2.5226096e-7 | |
| 18094195 | 4 months ago | | | 0 | 2.5294554e-7 | |
| 18094063 | 4 months ago | | | 0 | 2.5424934e-7 | |
| 18093972 | 4 months ago | | | 0 | 2.4583123e-7 | |
| 18093842 | 4 months ago | | | 0 | 2.4546227e-7 | |
| 18093811 | 4 months ago | | | 0 | 2.4519437e-7 | |
| 18093780 | 4 months ago | | | 0 | 2.4795181e-7 | |
| 18093625 | 4 months ago | | | 0 | 2.5162578e-7 | |
| 18093419 | 4 months ago | | | 0 | 2.7641672e-7 | |
| 18093365 | 4 months ago | | | 0 | 2.7957162e-7 |
ABI
ABI objects
Getter at block 23871879
decimals() view returns (uint8)
18
name() view returns (string)
Doggy Olympics
owner() view returns (address)
0xb87c0d779a92b336b40f6603076be46697d89329
symbol() view returns (string)
DOGGYOLYMPICS
totalSupply() view returns (uint256)
69000000000000000000000000000
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)