Vaccine
Verified contract
Active on
Ethereum with 1,262 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 "Vaccine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20649868 | 3 months ago | | | 0 | 0.000066171941 | |
| 20544074 | 3 months ago | | | 0 | 0.00022042769 | |
| 19528153 | 8 months ago | | | 0 | 0.00080021700 | |
| 19066758 | 10 months ago | | | 0 | 0.00031434627 | |
| 17015986 | 2 years ago | | | 0 | 0.0012082020 | |
| 17013067 | 2 years ago | | | 0 | 0.00047115681 | |
| 16661598 | 2 years ago | | | 0 | 0.0014230450 | |
| 16661582 | 2 years ago | | | 0 | 0.0014454241 | |
| 16661552 | 2 years ago | | | 0.2247 | 0.0019004789 | |
| 16661529 | 2 years ago | | | 0.321 | 0.0029068941 |
ABI
ABI objects
Getter at block 21300453
claimPaused() view returns (bool)
false
contractURI() view returns (string)
https://api.pork1984.io/contract/vaccines
getMaxCurrentSupply() view returns (uint256)
900
getMaxTotalSupply() pure returns (uint256)
1200
getMaxVaccinationProgress() pure returns (uint8)
100
howManyFreeTokens() view returns (uint8)
0
leftForSale() view returns (uint256)
0
owner() view returns (address)
0xdca119ab841e632f8bc9aa003dccdeba9c6d2907
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getSupplyById(uint256 id) view returns (uint256)
howManyFreeTokensForAddress(address target) view returns (uint8)
isApprovedForAll(address account, address operator) view returns (bool)
isFullyVaccinated(uint256 porkId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
vaccinationProgress(uint256 porkId) view returns (uint8)
State-modifying
Events addForSale(uint256 id, uint256 amountToAdd)
buy(uint256 tokensToBuy) payable
claim()
giveaway(address account, uint256 id, uint256 amount)
mutatePork(uint256 vaccineId, uint256 porkId)
pause()
pauseClaim()
removeFromSale(uint256 id)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newURI)
setURI(string newURI)
transferOwnership(address newOwner)
unpause()
unpauseClaim()
withdraw(address sendTo) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ClaimPaused(address account)
ClaimUnpaused(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
VaccineApplied(uint256 vaccineId, uint256 porkId, uint8 vaccinationProgress)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.