AccessToken
Verified contract
Active on
Ethereum with 1,251 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 "AccessToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19324002 | 9 months ago | | | 0 | 0.0014656272 | |
| 19069487 | 10 months ago | | | 0 | 0.00045836014 | |
| 16409923 | 2 years ago | | | 0 | 0.00040577215 | |
| 16292891 | 2 years ago | | | 0 | 0.0010576499 | |
| 16082312 | 2 years ago | | | 0 | 0.00057644474 | |
| 15850225 | 2 years ago | | | 0 | 0.00045481980 | |
| 15842079 | 2 years ago | | | 0 | 0.00064398069 | |
| 15785665 | 2 years ago | | | 0 | 0.0010261020 | |
| 15724016 | 2 years ago | | | 0 | 0.0012174231 | |
| 15644446 | 2 years ago | | | 0 | 0.00061413976 |
ABI
ABI objects
Getter at block 21213868
MAX_PUBLIC_TOKENS() view returns (uint256)
500
MINTED_PUBLIC_TOKENS() view returns (uint256)
600
MINTED_WHITELIST_TOKENS() view returns (uint256)
0
TOKEN_PRICE() view returns (uint256)
0
owner() view returns (address)
0x017a906ca66c166391ad6bb5441af06396d62102
saleIsActive() view returns (bool)
true
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) view returns (string)
whitelist(address) view returns (bool)
whitelistPurchases(address) view returns (uint256)
State-modifying
Events addToPresaleList(address[] entries)
claim() payable
increaseSupply(uint256 increaseAmount)
mint(uint256 numberOfTokens) payable
renounceOwnership()
reserve(uint256 numberOfTokens)
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)
setPrice(uint256 newPrice)
setSaleState(bool newState)
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(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.