The Ascendants Access Pass
Verified contract
Active on
Ethereum with 120 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 "The Ascendants Access Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18939549 | a year ago | | | 0 | 0.00031116407 | |
| 17894361 | a year ago | | | 0 | 0.00045780820 | |
| 16511145 | 2 years ago | | | 0 | 0.00070953151 | |
| 16334427 | 2 years ago | | | 0 | 0.00093692502 | |
| 16233522 | 2 years ago | | | 0 | 0.00074656348 | |
| 15953984 | 2 years ago | | | 0 | 0.00062944373 | |
| 15953984 | 2 years ago | | | 0 | 0.00062829872 | |
| 15920672 | 2 years ago | | | 0 | 0.00062862130 | |
| 15775149 | 2 years ago | | | 0 | 0.00081735545 | |
| 15700946 | 2 years ago | | | 0 | 0.00038362283 |
ABI
ABI objects
Getter at block 21380084
name() view returns (string)
The Ascendants Access Pass
owner() view returns (address)
0x94275e73b7f1c954bef69aff051df21c1cf2d77d
symbol() view returns (string)
TAAP
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
redeemToken(uint256 tokenId)
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)
setTokenIdToUri(uint256 _tokenId, string _uri)
setURI(string newuri)
toggleRedeemOpen()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRedeemed(address user, uint256 tokenId, uint256 timestamp)
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.
NotOpenYet()