Ordinals Frogs
Verified contract
Active on
Ethereum with 35 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 "Ordinals Frogs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16921426 | 2 years ago | | | 0 | 0.0014309801 | |
| 16633719 | 2 years ago | | | 0 | 0.0020511036 | |
| 16628760 | 2 years ago | | | 0 | 0.0013580802 | |
| 16628745 | 2 years ago | | | 0 | 0.0013341581 | |
| 16628736 | 2 years ago | | | 0 | 0.0013835533 | |
| 16628736 | 2 years ago | | | 0 | 0.0013983920 | |
| 16628736 | 2 years ago | | | 0 | 0.0030136912 | |
| 16628735 | 2 years ago | | | 0 | 0.00055231441 | |
| 16628735 | 2 years ago | | | 0 | 0.0022498909 | |
| 16628735 | 2 years ago | | | 0 | 0.0013205646 |
ABI
ABI objects
Getter at block 21404643
BurnPrice() view returns (uint256)
100000000000000000
MAX_SUPPLY() view returns (uint256)
111
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name() view returns (string)
Ordinals Frogs
owner() view returns (address)
0x2bb33b212027ec02879571072b898d9d34f93727
supplyCounter() view returns (uint256)
111
symbol() view returns (string)
ORDFRG
totalSupply() view returns (uint256)
111
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)
tokenData(uint256) view returns (address ETHAddressOfOwner, string BTCAddressOfOwner)
tokenURI(uint256 _id) view returns (string)
tokendInWallet(address) view returns (uint256)
State-modifying
Events Mint(uint256 _amount)
TeamMint(uint256 _amount, address _reciver)
approve(address operator, uint256 tokenId) payable
bridgeToBitcoin(uint256 _id, string _bitcoinAddress) payable
changeBurnPrice(uint256 _newPrice)
changeBurnTime(uint256 _burnStartTime, uint256 _burnEndTime)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _burnStartTime, uint256 _burnEndTime)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()