Collection
Verified contract
Active on
Ethereum with 1,640 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 "Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21058191 | 21 days ago | | | 0 | 0.00042390333 | |
| 21058185 | 21 days ago | | | 0 | 0.00044451667 | |
| 21058182 | 21 days ago | | | 0 | 0.00044072857 | |
| 20449861 | 3 months ago | | | 0 | 0.00021521678 | |
| 20227229 | 4 months ago | | | 0 | 0.00065229842 | |
| 20227170 | 4 months ago | | | 0 | 0.00051610353 | |
| 19665575 | 7 months ago | | | 0 | 0.00020721637 | |
| 19593404 | 7 months ago | | | 0 | 0.00050015481 | |
| 19554139 | 8 months ago | | | 0 | 0.00095724271 | |
| 19497396 | 8 months ago | | | 0 | 0.00040461253 |
ABI
ABI objects
Getter at block 21207153
maxSupply() view returns (uint256)
8760
name() view returns (string)
Suntur - 8760 hours
owner() view returns (address)
0x1b4fbfb1fd99d00128afeb4dc25fc1d6608b1134
symbol() view returns (string)
1B1ST1
totalReleased() view returns (uint256)
79763604660000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1329
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events mint(address _redeemer, struct CollectionNFTVoucher _voucher) payable
release(address account)
release(address token, address account)
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)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
NFTMinted(address arg0, address arg1, uint256 arg2, string arg3)
NFTTransfered(address arg0, address arg1, uint256 arg2)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
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(uint256 _startingAt, uint256 _maxSupply, uint256 _initialPrice, string _uri, string _name, string _symbol, address _artist, address[] _payees, uint256[] _shares)
receive()
This contract contains no error objects.