VendingCoins

Verified contract

Active on Ethereum with 8,160 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"

0xe0579255d735a6cfdfe3655d59a2b83e36817874cc0c5addc2e99ad484683dd3
0xb043a840a7fbd73d614c1dc40dfc3fa42ec88a7dc9663a2926438dbeb566128b
0xb586ef2f5b2e70de1b6598a2641a894bfc10fc588c0ba58fd44489454847b222
0x12f10cd570b67762a0411d1bc630b04992ff4d4ad99e0c9843b73eee29173757
0x007a7f3d7829b8c9d5f5f23907041b37083baf6c5fb8bb9dccae16fff2e9df24
0xd684c3dfddf566f87c450638e1f141292a3bd3882ae6b29e08e05c64ac79f0cf
0x06e36b4f9de9c439e5a83cf9615b505d84e6d1ed7c831670bab2d963768a8553
0x0c8b8a6a3d2b3890bc3db8692c6e3299ea0a8bceeb35c8010987449b30cb251e
0x1bff964b51cdc64ada852cfda0885fe240a894f0fafa0d925a650ea5d45b268b
0x61cbd46572a34e9331421fa38683760ac192823abef2d8770625e2ffda6fa8d6

Functions
Getter at block 21313274
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(