Swamp Frogs
Verified contract
Active on
Ethereum with 375 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 "Swamp Frogs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903762 | a year ago | | | 0 | 0.00051242575 | |
| 18429808 | a year ago | | | 0 | 0.0018348242 | |
| 17480982 | a year ago | | | 0 | 0.0015256106 | |
| 16682941 | 2 years ago | | | 0 | 0.0011296619 | |
| 16587798 | 2 years ago | | | 0 | 0.0012369337 | |
| 16301082 | 2 years ago | | | 0 | 0.00078996266 | |
| 16300407 | 2 years ago | | | 0 | 0.00084998656 | |
| 16298755 | 2 years ago | | | 0 | 0.0010001693 | |
| 16272335 | 2 years ago | | | 0 | 0.00062921709 | |
| 16272335 | 2 years ago | | | 0 | 0.00062954101 |
ABI
ABI objects
Getter at block 21267254
MAX_MINT_AMOUNT() view returns (uint256)
10
MAX_PRESALE_AMOUNT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
9999
MINT_COST() view returns (uint256)
50000000000000000
PRESALE_ID() view returns (uint16)
10085
PRESALE_SIGNER() view returns (address)
0x95223ba4dd076588ac34546367839d06720d682b
RESERVE_AMOUNT() view returns (uint256)
99
name() view returns (string)
Swamp Frogs
owner() view returns (address)
0xc2b6fac210ea2ebefe734432d3e91c2765134dfb
reserveClaimed() view returns (bool)
true
symbol() view returns (string)
FROGS
totalSupply() view returns (uint256)
365
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimReserved()
presaleMint(uint16 _tokenCount, uint16 _purchaseLimit, bytes _signature) payable
publicMint(uint256 _tokenCount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
togglePresale()
togglePublicSale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.