This contract is being backfilled. You may encounter incomplete storage history.

DeFrogs

Verified contract

Active on Ethereum with 20,344 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
--
0x64136c9f3ee742d4c62f2fc76eb019cd8d298bd6ea2217a389ab97a527e8d38d
0x1e16d792ccc13f9ce4dab8140c3a98574f2fe7cedf53c4aeb51a24bf66e7d412
0x5b2313d2d71b7b36091fb8c1c1b1b2a6e6ab7c8663b9c93d6dfbcdf3c11bb4fd
0x55e79de400a7ab7c36add3d98d7634f7a6f296033629292dc75d6e0234cfe018
0xa38facddf7a7a3772b4deca5ddcdf13e97d399d73ddfeccb4c5d366902ccf2dc
0x094321f5c5ba5bb6bda929a617bed70ad90a65f3f06a163968395ae3d3ca3d5f
0x363eaca8f52bf5d25a3af9ed6482ae6bb03bf7e163adad9c5409ca56c3c45b00
0x85390e194c0130749d9a9df6aff0b1dac74936666868d4f1073cd6104e0938d5
0x81a296ed5b01c250ccdd3d23ba416f5f97d7f9aab38ed24c2c9931181f7a2609
0x230e8e7095fbf9da1c15993d9143d842d74b4bb15139273b9e3bbbac0f56ec48

Functions
Getter at block 20792508
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)
96514
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(