OpenCoin AI
Unverified contract
Proxy
Active on
Ethereum with 412 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
12 additional
variables
Balances ($0.00)
No balances found for "OpenCoin AI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21016042 | a month ago | | | 0 | 0.00067125464 | |
| 21016024 | a month ago | | | 0 | 0.00067007317 | |
| 21016015 | a month ago | | | 0 | 0.00063716999 | |
| 21016006 | a month ago | | | 0 | 0.00065590687 | |
| 21015988 | a month ago | | | 0 | 0.00068093064 | |
| 21015972 | a month ago | | | 0 | 0.00072051051 | |
| 21001154 | a month ago | | | 0 | 0.00060860804 | |
| 21001026 | a month ago | | | 0 | 0.00094726614 | |
| 21001026 | a month ago | | | 0 | 0.0013162687 | |
| 20964139 | a month ago | | | 0 | 0.0021086707 |
ABI
ABI objects
Getter at block 21209103
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x7a99f66c8d5d42efad9f5b88aab140c4d4773753bd5ec289643baaa731769da5
claimCondition() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=4)
clock() view returns (uint48)
21209103
contractType() pure returns (bytes32)
0x44726f7045524332300000000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmdKHXwsaqJwBL4i7oseKSEB4GpJNjiUFPPkfzYPQGULRS/0
contractVersion() pure returns (uint8)
4
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=OpenCoin AI, version=1, chainId=1, verifyingContract=0x58476274b33349b9bd836d019bd271220a3f01b6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getActiveClaimConditionId() view returns (uint256)
3
getFlatPlatformFeeInfo() view returns (address, uint256)
(0x6ea0ad0bfbdf7872facdf38b2aa234b05205cc0a, 0)
getPlatformFeeInfo() view returns (address, uint16)
(0x6ea0ad0bfbdf7872facdf38b2aa234b05205cc0a, 500)
getPlatformFeeType() view returns (uint8)
0
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
OpenCoin AI
primarySaleRecipient() view returns (address)
0x6ea0ad0bfbdf7872facdf38b2aa234b05205cc0a
symbol() view returns (string)
COINAI
totalSupply() view returns (uint256)
96260167000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getClaimConditionById(uint256 _conditionId) view returns (struct IClaimConditionClaimCondition condition)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
getSupplyClaimedByWallet(uint256 _conditionId, address _claimer) view returns (uint256 supplyClaimedByWallet)
getVotes(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
verifyClaim(uint256 _conditionId, address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof) view returns (bool isOverride)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, struct IDropAllowlistProof _allowlistProof, bytes _data) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _saleRecipient, address _platformFeeRecipient, uint128 _platformFeeBps)
multicall(bytes[] data) returns (bytes[] results)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setClaimConditions(struct IClaimConditionClaimCondition[] _conditions, bool _resetClaimEligibility)
setContractURI(string _uri)
setFlatPlatformFeeInfo(address _platformFeeRecipient, uint256 _flatFee)
setMaxTotalSupply(uint256 _maxTotalSupply)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPlatformFeeType(uint8 _feeType)
setPrimarySaleRecipient(address _saleRecipient)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditions, bool resetEligibility)
ContractURIUpdated(string prevURI, string newURI)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
FlatPlatformFeeUpdated(address platformFeeRecipient, uint256 flatFee)
Initialized(uint8 version)
MaxTotalSupplyUpdated(uint256 maxTotalSupply)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
PlatformFeeTypeUpdated(uint8 feeType)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokensClaimed(uint256 indexed claimConditionIndex, address indexed claimer, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.