VendingCoins

Verified contract

Active on Ethereum with 8,156 txns
Deployed by via 0xc08854ad at 15239032
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VendingCoins"

0x007a7f3d7829b8c9d5f5f23907041b37083baf6c5fb8bb9dccae16fff2e9df24
0xd684c3dfddf566f87c450638e1f141292a3bd3882ae6b29e08e05c64ac79f0cf
0x06e36b4f9de9c439e5a83cf9615b505d84e6d1ed7c831670bab2d963768a8553
0x0c8b8a6a3d2b3890bc3db8692c6e3299ea0a8bceeb35c8010987449b30cb251e
0x1bff964b51cdc64ada852cfda0885fe240a894f0fafa0d925a650ea5d45b268b
0x61cbd46572a34e9331421fa38683760ac192823abef2d8770625e2ffda6fa8d6
0x0ccbd8982626529250d4f10d1b6502f43ad955f64da76af45e1bff6f3564c6a7
0x6fcad91e31fdde0eade10e3f6e7451d6e08f4dfdb6150f5eeb92a64d41e08b3c
0xa2ed095718449e3da646981f18335d61e4aabd449623f910ff6103eae66129f7
0x0417ab903a7eff0e00e4ee3aa867c252517d6d6ad83f7c8dc486af0d00ea037c

Functions
Getter at block 20887072
owner(view returns (address)
0x1e19f70a43f673c866e8a42397981bb67de76ae1
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
coinLimit(uint256view returns (uint256)
coinUsable(uint256view returns (bool)
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIDview returns (string)
State-modifying
mint(address[] receiversuint256 coinuint256[] quantity
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setLimit(uint256 coinuint256 supply
setRoyaltyInfo(address treasuryAddressuint96 newRoyaltyPercentage
setUsable(uint256 coinbool canUse
transferOwnership(address newOwner
use(uint256 coinuint256 quantity
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
CoinsUsed(address senderuint256 coinuint256 quantity
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address defaultTreasury
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotUseCoinYet(
CoinSupplyWouldExceedLimit(
NonExistentToken(
NotEveryAddressHasQuantity(