PAYC Frogtober
Verified contract
Active on
Ethereum with 5,809 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 |
---|---|---|---|---|---|
EGGT | ERC-20 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21045449 | 16 days ago | | | 0 | 0.00025047592 | |
| 21042531 | 16 days ago | | | 0 | 0.00039529386 | |
| 20652240 | 2 months ago | | | 0 | 0.000027290459 | |
| 20535258 | 3 months ago | | | 0 | 0.00038734544 | |
| 20399939 | 3 months ago | | | 0 | 0.00018102705 | |
| 20282984 | 4 months ago | | | 0 | 0.00019583704 | |
| 20161574 | 5 months ago | | | 0 | 0.00028335362 | |
| 20160546 | 5 months ago | | | 0 | 0.00029897506 | |
| 20028488 | 5 months ago | | | 0 | 0.0011304112 | |
| 19961606 | 5 months ago | | | 0 | 0.00072957395 |
ABI
ABI objects
Getter at block 21158384
cost() view returns (uint256)
0
mainAddress() view returns (address)
0x2d0d57d004f82e9f4471caa8b9f8b1965a814154
maxSupply() view returns (uint16)
7777
name() view returns (string)
PAYC Frogtober
owner() view returns (address)
0xcf02e25a8789b92a250b67069fe57325bead42ee
symbol() view returns (string)
PAYC Frogtober
totalSupply() view returns (uint256)
2707
Read-only
balanceOf(address owner) view returns (uint256)
checkIfNFTExist(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mappingNewtoOldTokens(uint256) view returns (uint256)
mappingOldtoNewTokens(uint256) view returns (uint256)
minted(uint256) 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 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events ExchangeNewForOld(uint256 tokenNumber)
ExchangeOldForNew(uint256 tokenNumber)
approve(address to, uint256 tokenId)
mint(uint256 tokenNumber) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMainAddress(address contractAddr)
setUriPrefix(string _uriPrefix)
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.