PocketCows
Verified contract
Active on
Ethereum with 1,242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "PocketCows"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21434441 | 8 hours ago | | | 0 | 0.00048129431 | |
| 21426243 | a day ago | | | 0 | 0.0010713156 | |
| 21425888 | 2 days ago | | | 0 | 0.0012833729 | |
| 21405149 | 4 days ago | | | 0 | 0.00069067819 | |
| 21404729 | 4 days ago | | | 0 | 0.00090489980 | |
| 21383313 | 7 days ago | | | 0 | 0.0014334179 | |
| 21383306 | 7 days ago | | | 0 | 0.0014622009 | |
| 21380863 | 8 days ago | | | 0 | 0.0022968203 | |
| 21380658 | 8 days ago | | | 0 | 0.0029187526 | |
| 21380647 | 8 days ago | | | 0 | 0.0028095362 |
ABI
ABI objects
Getter at block 21436881 getSaleReceiver() view returns (address)
BurnPayoutTotal() view returns (uint256)
8650000000000000
BurntTokenTotal() view returns (uint16)
157
FreeTokenThreshold() view returns (uint16)
10
MAX_SINGLE_MINT_COUNT() view returns (uint16)
10
MAX_TOKEN_COUNT() view returns (uint16)
10000
MintedTokenTotal() view returns (uint16)
1013
PROVENANCE() view returns (string)
TOKEN_PRICE() view returns (uint256)
60000000000000000
areSalesEnabled() view returns (bool)
true
contractURI() view returns (string)
getBurnItemCount() view returns (uint16)
60
m_bLicenseLocked() view returns (bool)
false
m_bSalesEnabled() view returns (bool)
true
m_strLicense() view returns (string)
name() view returns (string)
PocketCows
owner() view returns (address)
0x187878b84869ffb41b8a132587d8937fc7031c37
symbol() view returns (string)
PKC
totalSupply() view returns (uint256)
1881
Read-only
balanceOf(address owner) view returns (uint256)
burnBalanceOf(address owner) view returns (uint16)
burnBalanceOfIndex(uint16 unIndex) view returns (uint16)
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)
burnToken(uint16 unTokenID)
doAllBurnPayouts() payable
doBurnPayoutForIndex(uint16 unIndex) payable
lockLicense()
mintTokens(uint16 unCount) payable
renounceOwnership()
reserveTokens(uint16 unCount, address adrReserveDest)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string strNewURI)
setFreeTokenThreshold(uint16 threshold)
setLicense(string strLicense)
setProvenance(string strNewProv)
setSaleReceiver(address adrSaleReciever)
setSalesEnabled(bool bEnabled)
setShadowStartIndex(uint16 index)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
receive()
This contract contains no error objects.