DeFrogs

Verified contract

Active on Ethereum with 20,776 txns
Deployed by via 0xe768a5b7 at 19166603
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#74817)
ERC-721
--
0x51db91b16a14d47eb10f958f0e52d7e3f723f4a9afe087278ff4897d9b2b819a
0x453db6d564bf7a59ce2514f145863bad726b8ae88aa226f9385a85fc0d41be8c
0x5ce49b1bf782700f0672be8729eac2d99eb42c06aca01608a1529dc5220dfa44
0x0bbab08b56ba6a5b7def57b909efb58b6c47bb92a9b6993815b3a0d175efcdc9
0x99d5cb1de630356f2a1f2041fdd89055492b1ebadbf021bf44a6a975a302bbf3
0x03367723daf1917f5907005f6df74d87804b5c6b743d75893313f650bb015e42
0xd0a64f1e627d0a7d65e6bb8d5c18481bda7bf965298c0dc0d34c319589137075
0xe0e4a3107ae86f498b4bdfa859eff9f7ae5cfb81e24469f5422b832f56f53662
0x27c67eb617b3e83810efcf8e8d00bd9c1429df0921c032bd2f84835ade249084
0x697845fd324952c760230a92d89be370338bf034d9c96bfcd3037798b3fd2e61

Functions
Getter at block 21246358
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
http://91.108.121.218:5000/metadatas/
buyLimit(view returns (uint256)
1000000000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
98725
name(view returns (string)
DeFrogs
owner(view returns (address)
0xb6a6956116c6078dd49b016dc7f05dcc2459eada
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
5000000000000000000000
symbol(view returns (string)
DEFROGS
totalSupply(view returns (uint256)
10000000000000000000000
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)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(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(