Revolutionary Alpha Passes
Verified contract
Active on
Ethereum with 1,506 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 "Revolutionary Alpha Passes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19685272 | 7 months ago | | | 0 | 0.00019325292 | |
| 19226051 | 9 months ago | | | 0 | 0.00042528969 | |
| 18902406 | a year ago | | | 0 | 0.00061984651 | |
| 18900202 | a year ago | | | 0 | 0.00097755028 | |
| 18877061 | a year ago | | | 0 | 0.0014031301 | |
| 18865542 | a year ago | | | 0 | 0.00035547185 | |
| 18825085 | a year ago | | | 0 | 0.0016717884 | |
| 18506710 | a year ago | | | 0 | 0.00055010311 | |
| 18290138 | a year ago | | | 0 | 0.00015287687 | |
| 16975469 | 2 years ago | | | 0 | 0.00059966150 |
ABI
ABI objects
Getter at block 21206306
ACCESS_PASS_PRICE() view returns (uint256)
30000000000000000
baseURI() view returns (string)
ipfs://QmRo154dkDDFhbCmg9V21sVQfJVfpLnQ7xpVjUeNiQfv5C/
name() view returns (string)
Revolutionary Alpha Passes
owner() view returns (address)
0xa919260c8f4603c0450a561051836f1cd9f172b8
saleIsActive() view returns (bool)
true
startDate() view returns (uint32)
1647199620
symbol() view returns (string)
RAAP
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)
maxSupply(uint32) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint32) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events batchMintForAddress(address[] to, uint32 id, uint256[] quantity)
mintAccessPass(uint32 quantity) payable
mintForAddress(address to, uint32 id, uint32 quantity)
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)
setStartDate(uint32 timestamp)
setSupply(uint32 _id, uint32 _maxSupply)
setURI(string _uri)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.