Gear Pods
Verified contract
Active on
Ethereum with 3,906 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 "Gear Pods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257283 | a day ago | | | 0 | 0.00049600697 | |
| 21162169 | 15 days ago | | | 0 | 0.00071368111 | |
| 21087283 | 25 days ago | | | 0 | 0.00077934735 | |
| 21052327 | a month ago | | | 0 | 0.00022013893 | |
| 20922947 | 2 months ago | | | 0 | 0.0015974418 | |
| 20771042 | 2 months ago | | | 0 | 0.00052910246 | |
| 20764881 | 2 months ago | | | 0 | 0.00026506165 | |
| 20723657 | 2 months ago | | | 0 | 0.00011132140 | |
| 20602486 | 3 months ago | | | 0 | 0.000042167443 | |
| 20571673 | 3 months ago | | | 0 | 0.000051520473 |
ABI
ABI objects
Getter at block 21266582
name() view returns (string)
Gear Pods
name_() view returns (string)
Gear Pods
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
symbol() view returns (string)
PODS
symbol_() view returns (string)
PODS
Read-only
amountMinted(uint256 _tokenId, address _account) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
pods(uint256) view returns (uint256 startWindow, uint256 endWindow, uint256 price, string tokenUri)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addPod(uint256 _startWindow, uint256 _endWindow, uint256 _price, string _tokenUri)
batchMint(bytes _signature, uint256[] _validTokenIds, uint256[] _tokenIds, uint256[] _amounts, uint256[] _maxAmounts)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editPod(uint256 _tokenId, uint256 _startWindow, uint256 _endWindow, uint256 _price, string _tokenUri)
ownerMint(address _receiver, uint256 _tokenId, uint256 _amount)
ownerMintMany(address[] _receivers, uint256 _tokenId, uint256[] _amounts)
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)
setPaymentReceiver(address _paymentReceiver)
setSigner(address _signer)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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(string _name, string _symbol, string _baseUri, address _powAddress, address _paymentReceiver, address _signer)
This contract contains no fallback and receive objects.
amountInvalid()
invalidInput()
niceTry()
nonExistentToken()
signatureInvalid()
windowClosed()