888 REV3AL ALPHA
Verified contract
Active on
Ethereum with 665 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 "888 REV3AL ALPHA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14845678 | 3 years ago | | | 0 | 0.00057258392 | |
| 14845015 | 3 years ago | | | 0 | 0.0012268800 | |
| 14844980 | 3 years ago | | | 0.006 | 0.0064109688 | |
| 14844965 | 3 years ago | | | 0.006 | 0.0033515529 | |
| 14844951 | 3 years ago | | | 0.002 | 0.0046131138 | |
| 14844949 | 3 years ago | | | 0.01 | 0.0044216181 | |
| 14844942 | 3 years ago | | | 0.006 | 0.0038280097 | |
| 14844930 | 3 years ago | | | 0.04 | 0.0043324886 | |
| 14844929 | 3 years ago | | | 0.006 | 0.0028746546 | |
| 14844927 | 3 years ago | | | 0.01 | 0.0030022288 |
ABI
ABI objects
Getter at block 21315758
FREE_MAX_SUPPLY() view returns (uint256)
333
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1200
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmUHpxv3Cn71h37LGPHsYt7U43PTU6Y1mB5N9EZeLqKmbd/
contractURI() view returns (string)
ipfs://QmUHpxv3Cn71h37LGPHsYt7U43PTU6Y1mB5N9EZeLqKmbd/
name() view returns (string)
888 REV3AL ALPHA
owner() view returns (address)
0x3af8f79fafeedb72b5829815e722039d3fe15727
paused() view returns (bool)
false
price() view returns (uint256)
2000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
REV3AL
totalSupply() view returns (uint256)
993
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
config()
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 newSupply)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()