Doggo 404

Verified contract

Active on Ethereum with 18 txns
Deployed by via 0xc1f0f9ab at 19194636
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Doggo 404"

0xfa9f1d607703c9ac766dcf064a30408958935d0604819ad4f6e1767d6b38fffb
0xff864bcf76e20445bed314b4369246d9de9f22954766899e0e0758baa57c6c51
0xdc077cba49ffcdf8c978d4704e8d9ae48dcad5c6d7bb20be65c639fa0a6e4992
0xe7abab44c085af362e6125aae963c87579774e4c4dda7d3e4b28c3e9054a0039
0xc2996048caa724bb9679f93e35cd09633dc5eeea6824b5595d0b8c5c0549f287
0x1b88fe4dabc9e33e597a8a8479d48b6db22dbdd1ef1efd04ea9504aba9291e33
0x6bd90f7785cfdbeae99a2cd625fc9c7e0b8b97d139e7fe8bf112049770dd5236
0xc3c52d17b577083b1de6c6d5b0a1e5dc7bd6b32e54f3c49bf874a8d0d47d761b
0x70be12a14e37ccb2c81be7daa169b347c29f387baa806c252dff6b28f4e2a5f4
0x4fc8fe4138f8462e0e1b50a9389e863a34d6a6788631982948ccd6db3949b1ea

Functions
Getter at block 21048235
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://7bad2df198b9189a91d1431b2a7f6204.ipfs.4everland.link/ipfs/bafybeih2czbtp6pmvv4aonvyawfzn57kjfvkhfm2kgomd6ejgbz3cvsapi/
buyLimit(view returns (uint256)
100000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
40
name(view returns (string)
Doggo 404
owner(view returns (address)
0x0fd408175a8dc8e3569b0d6ec3fc739cf13b0d33
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
100000000000000000000
symbol(view returns (string)
DOGGO
totalSupply(view returns (uint256)
100000000000000000000
txLimit(view returns (uint256)
10000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
createPair(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimits(uint256 _buylimituint256 _selllimit
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(