VendingCoins
Verified contract
Active on
Ethereum with 8,160 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 "VendingCoins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270910 | 6 days ago | | | 0 | 0.00090910929 | |
| 21233874 | 11 days ago | | | 0 | 0.0014321416 | |
| 21150119 | 23 days ago | | | 0 | 0.00026538393 | |
| 21100783 | a month ago | | | 0 | 0.00070190870 | |
| 20716783 | 3 months ago | | | 0 | 0.00027820760 | |
| 20668099 | 3 months ago | | | 0 | 0.000050750159 | |
| 20665166 | 3 months ago | | | 0 | 0.00029952315 | |
| 20645932 | 3 months ago | | | 0 | 0.000055130451 | |
| 20537029 | 4 months ago | | | 0 | 0.00042935440 | |
| 20422683 | 4 months ago | | | 0 | 0.00038808596 |
ABI
ABI objects
Getter at block 21313274
owner() view returns (address)
0x1e19f70a43f673c866e8a42397981bb67de76ae1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
coinLimit(uint256) view returns (uint256)
coinUsable(uint256) view returns (bool)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenID) view returns (string)
State-modifying
Events mint(address[] receivers, uint256 coin, uint256[] quantity)
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)
setBaseURI(string baseURI)
setLimit(uint256 coin, uint256 supply)
setRoyaltyInfo(address treasuryAddress, uint96 newRoyaltyPercentage)
setUsable(uint256 coin, bool canUse)
transferOwnership(address newOwner)
use(uint256 coin, uint256 quantity)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CoinsUsed(address sender, uint256 coin, uint256 quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address defaultTreasury)
This contract contains no fallback and receive objects.
CannotUseCoinYet()
CoinSupplyWouldExceedLimit()
NonExistentToken()
NotEveryAddressHasQuantity()