Crypto Doggies
Verified contract
Active on
Ethereum with 108 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 "Crypto Doggies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237805 | 10 days ago | | | 0 | 0.00053200768 | |
| 21237805 | 10 days ago | | | 0 | 0.00053200768 | |
| 21237805 | 10 days ago | | | 0 | 0.00053069311 | |
| 21222839 | 12 days ago | | | 0 | 0.00092076793 | |
| 21169970 | 20 days ago | | | 0 | 0.0012753507 | |
| 20916885 | 2 months ago | | | 0 | 0.0034924500 | |
| 20840662 | 2 months ago | | | 0 | 0.00050483009 | |
| 20788580 | 2 months ago | | | 0 | 0.00023524179 | |
| 20542407 | 4 months ago | | | 0 | 0.00020766145 | |
| 20346867 | 4 months ago | | | 0 | 0.00012885967 |
ABI
ABI objects
Getter at block 21311518
decimals() view returns (uint8)
18
name() view returns (string)
Crypto Doggies
owner() view returns (address)
0x3f1c37a502ad5d11016098f903d21fe6d7797f70
paused() view returns (bool)
false
symbol() view returns (string)
DoggyNFT
totalSupply() view returns (uint256)
6541513382043366794553
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frees(address) view returns (bool)
swaps(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setFree(address _free, bool isFree)
setSwapFee(address _swap, uint256 _fee)
setWhitelist(address receiver, bool isAdd)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.