PhatPandazGasPass
Verified contract
Active on
Ethereum with 972 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 "PhatPandazGasPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905047 | a month ago | | | 0 | 0.00022869020 | |
| 18661638 | a year ago | | | 0 | 0.00075822171 | |
| 17743163 | a year ago | | | 0 | 0.0021414686 | |
| 16980336 | 2 years ago | | | 0 | 0.00075942491 | |
| 16715698 | 2 years ago | | | 0 | 0.00056110395 | |
| 16602012 | 2 years ago | | | 0 | 0.00099630514 | |
| 16367440 | 2 years ago | | | 0 | 0.00072690728 | |
| 16207015 | 2 years ago | | | 0 | 0.00057447805 | |
| 16177999 | 2 years ago | | | 0 | 0.00069469919 | |
| 16163098 | 2 years ago | | | 0 | 0.00066083214 |
ABI
ABI objects
Getter at block 21172030
gasPassLimit() view returns (uint256)
500
isActive() view returns (bool)
true
owner() view returns (address)
0x241708383345ea082d6f7eb5da586a313e763dac
passesMinted() view returns (uint256)
500
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events mint() payable
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)
toggleActive()
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintedGasPass(address _to, uint256 passesMinted)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.