Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
No balances found for "Gasoline"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18900768 | 10 months ago | | | 0 | 0.0014433605 | |
| 18332844 | a year ago | | | 0 | 0.00026733065 | |
| 18252592 | a year ago | | | 0 | 0.00024905165 | |
| 18252591 | a year ago | | | 0 | 0.00025326996 | |
| 17348829 | a year ago | | | 0 | 0.0014500351 | |
| 17343952 | a year ago | | | 0 | 0.0020700050 | |
| 17084347 | 2 years ago | | | 0 | 0.0023177240 | |
| 17055598 | 2 years ago | | | 0 | 0.0014562749 | |
| 16984422 | 2 years ago | | | 0 | 0.0020165351 | |
| 16888795 | 2 years ago | | | 0 | 0.00041793365 |
ABI
ABI objects
Getter at block 21176777
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_ALLOWLIST_STANDARD_SUPPLY() view returns (uint256)
2000
MAX_ALLOWLIST_SUPER_SUPPLY() view returns (uint256)
102
MAX_ALLOWLIST_TOTAL_SUPPLY() view returns (uint256)
2500
MAX_STANDARD_TOKEN_SUPPLY() view returns (uint256)
3000
MAX_SUPER_TOKEN_SUPPLY() view returns (uint256)
333
MAX_TOKEN_SUPPLY() view returns (uint256)
3333
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
STANDARD_MINT_COST() view returns (uint256)
5
SUPER_MINT_COST() view returns (uint256)
10
allowlistMerkleRoot() view returns (bytes32)
0x58238c0434086ef532dae512922c2b404ae2f743a9959fb9a3eeb782bf3745cb
freeClaimMerkleRoot() view returns (bytes32)
0xa4d288111269efc4d0547e196ad0b8ca20a3e758cd5a29a2277d99f5230f59a5
name() view returns (string)
Gasoline
paused() view returns (bool)
true
price() view returns (uint256)
150000000000000000
publicMintPhase() view returns (bool)
false
staking() view returns (bool)
false
symbol() view returns (string)
GAS
totalMintedStandard() view returns (uint256)
194
totalMintedSuper() view returns (uint256)
17
totalSupply() view returns (uint256)
211
Read-only
_generateRandomNumber(address to) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
stakingStartTime(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
timeStaked(uint256 tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 _numberOfStandardMints, uint256 _numberOfSuperMints)
allowlistMint(bytes32[] _merkleProof) payable
approve(address operator, uint256 tokenId) payable
expel(uint256[] tokenIds)
freeClaimMint(bytes32[] _merkleProof, uint256 _numberOfStandardMints, uint256 _numberOfSuperMints)
grantRole(bytes32 role, address account)
pause(bool _pause)
publicMint() payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowlistMerkleRoot(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFreeClaimMerkleRoot(bytes32 _merkleRoot)
setMaxAllowlistStandardSupply(uint256 _max)
setMaxAllowlistSuperSupply(uint256 _max)
setMaxAllowlistTotalSupply(uint256 _max)
setMaxStandardTokenSupply(uint256 _max)
setMaxSuperTokenSupply(uint256 _max)
setMaxTokenSupply(uint256 _max)
setPrice(uint256 _price)
setPublicMintPhase(bool _publicMintPhase)
setStaking(bool _staking)
stake(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId) payable
unstake(uint256[] tokenIds)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Staked(uint256 indexed _tokenId, uint256 _stakingStartTime)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unstaked(uint256 indexed _tokenId, uint256 _stakingEndTime)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()