Admit One
Verified contract
Active on
Ethereum with 4,725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Admit One"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307162 | a day ago | | | 0 | 0.00046815400 | |
| 21303899 | 2 days ago | | | 0 | 0.00053933036 | |
| 21284393 | 4 days ago | | | 0 | 0.00046651376 | |
| 21269713 | 6 days ago | | | 0 | 0.00037123522 | |
| 21266173 | 7 days ago | | | 0 | 0.00091558489 | |
| 21234248 | 11 days ago | | | 0 | 0.00051457200 | |
| 21234237 | 11 days ago | | | 0 | 0.00052032161 | |
| 21230252 | 12 days ago | | | 0 | 0.0012979902 | |
| 21229251 | 12 days ago | | | 0 | 0.00079682994 | |
| 21211324 | 14 days ago | | | 0 | 0.00040877268 |
ABI
ABI objects
Getter at block 21314723
MAX_TOKENS() view returns (uint256)
1000
baseTokenURI() view returns (string)
https://nftstorage.link/ipfs/bafybeieyzumvrjfbstndijvqdbgdskke5cvphecxpu5z7udqmjptxkkr54/
name() view returns (string)
Admit One
owner() view returns (address)
0x38474cf247b0b31d602d49ba8c227198ea2a7c7f
paused() view returns (bool)
false
renderingContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ADMIT
totalSupply() view returns (uint256)
1000
unreservedMintingOpen() view returns (bool)
true
unreservedRemaining() view returns (int256)
0
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
signatureUsed(address minter, bool reserved) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addSigner(address signer)
adjustUnreservedPool(int256 delta)
approve(address to, uint256 tokenId)
openUnreservedMinting(bool open)
ownerMint(address to, uint256 n)
pause()
removeSigner(address signer)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setDefaultRoyalty(address receiver, uint96 numerator)
setRenderingContract(address _contract)
signedMint(bool reserved, bytes signature)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()