DeFrogs
Verified contract
Active on
Ethereum with 20,776 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEFROGS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244974 | 5 hours ago | | | 0 | 0.0012881580 | |
| 21244931 | 5 hours ago | | | 0 | 0.0014746731 | |
| 21244920 | 5 hours ago | | | 0 | 0.00035448790 | |
| 21244911 | 5 hours ago | | | 0 | 0.00033830872 | |
| 21244857 | 5 hours ago | | | 0 | 0.00030286127 | |
| 21244780 | 5 hours ago | | | 0 | 0.00033977880 | |
| 21244597 | 6 hours ago | | | 0 | 0.00034876445 | |
| 21244590 | 6 hours ago | | | 0 | 0.00030463860 | |
| 21244567 | 6 hours ago | | | 0 | 0.00035157937 | |
| 21244562 | 6 hours ago | | | 0 | 0.00039326935 |
ABI
ABI objects
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
userBuylimit(address) view returns (uint256)
userSelllimit(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amountOrId) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setLimit(uint256 _buylimit, uint256 _selllimit)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
startApplyingLimit()
stopApplyingLimit()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unpaused(address account)
constructor(address _owner, uint256 _initialSupply, uint8 _decimal, uint256 _buylimit, uint256 _selllimit)
This contract contains no fallback and receive objects.
AlreadyExists()
EnforcedPause()
ExpectedPause()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
Unauthorized()
UnsafeRecipient()