CNCCSeller
Verified contract
Active on
Ethereum with 2,023 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 "CNCCSeller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17347584 | a year ago | | | 0 | 0.00087755185 | |
| 17347560 | a year ago | | | 0 | 0.0025725243 | |
| 17347526 | a year ago | | | 0 | 0.0024902704 | |
| 17347442 | a year ago | | | 0 | 0.0022434325 | |
| 17347436 | a year ago | | | 0 | 0.0029423020 | |
| 17347408 | a year ago | | | 0 | 0.0021872762 | |
| 17347391 | a year ago | | | 0 | 0.0020134104 | |
| 17347224 | a year ago | | | 0 | 0.0025916911 | |
| 17347165 | a year ago | | | 0 | 0.0028468737 | |
| 17347164 | a year ago | | | 0 | 0.0022275645 |
ABI
ABI objects
Getter at block 21160203
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
CHARACTER_KANEKO_TOKEN_ID() view returns (uint256)
5
CHARACTER_SARAO_TOKEN_ID() view returns (uint256)
7
CHARACTER_SATORU_TOKEN_ID() view returns (uint256)
6
COIN_TOKEN_ID() view returns (uint256)
1
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KATASIRO_TOKEN_ID() view returns (uint256)
8
MAKIMONO_CHI_TOKEN_ID() view returns (uint256)
4
MAKIMONO_KAI_TOKEN_ID() view returns (uint256)
3
MAKIMONO_TEN_TOKEN_ID() view returns (uint256)
2
cnc() view returns (address)
0x828ad2904341f6026b4607a278349f5c840c4a2e
cncNextTokenId() view returns (uint256)
11111
cncc() view returns (address)
0xe21252e5d82ae50451b88393aef1baaca4f06304
owner() view returns (address)
0x2304627254c52c9c3799927d19fb12d6cfdec0b0
pauseData() view returns (bool coinMint, bool exchangeCoinToMakimono, bool exchangeMakimonoToCharacter, bool exchangeCoinToKatasiro, bool burnin)
(coinMint=true, exchangeCoinToMakimono=true, exchangeMakimonoToCharacter=true, exchangeCoinToKatasiro=true, burnin=true)
phaseId() view returns (uint256)
1
Read-only
exchangeTokenIdMap(uint256) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserMintedAmount(address _address) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
phaseStructMap(uint256) view returns (uint256 totalSupply, uint256 maxSupply, uint256 cost, uint256 maxMintAmountPerTransaction, bytes32 merkleRoot)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events adminMint(uint256 _tokenId, uint256 _mintAmount, address _to)
airdropMint(address[] _airdropAddresses, uint256 _tokenId, uint256[] _userMintAmount)
burnin(uint256[] _CNCTokenIds)
exchangeCoinToKatasiro(uint256 _amount)
exchangeCoinToMakimono(uint256 _amount)
exchangeMakimonoToCharacter(uint256[] _burnTokenIds, uint256[] _amounts)
grantAdmin(address account)
grantRole(bytes32 role, address account)
mint(uint256 _mintAmount, uint248 _wlCount, bytes32[] _merkleProof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeAdmin(address account)
revokeRole(bytes32 role, address account)
setCost(uint256 _newCost)
setExchangeTokenIdMap(uint256 _beforeTokenId, uint256 _afterTokenId)
setMaxMintAmountPerTransaction(uint256 _maxMintAmountPerTransaction)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPauseBurnin(bool _isPause)
setPauseCoinMint(bool _isPause)
setPauseExchangeCoinToKatasiro(bool _isPause)
setPauseExchangeCoinToMakimono(bool _isPause)
setPauseExchangeMakimonoToCharacter(bool _isPause)
setPhaseData(uint256 _id, uint256 _maxSupply, uint256 _cost, uint256 _maxMintAmountPerTransaction, bytes32 _merkleRoot)
setPhaseId(uint256 _id)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
burninEvent(address indexed user, uint256 burnTokenId, uint256 mintTokenId)
exchangeCoinToMakimonoEvent(address indexed user, uint256 afterTokenId, uint256 amount)
exchangeMakimonoToCharacterEvent(address indexed user, uint256 beforeTokenId, uint256 afterTokenId, uint256 amount)
constructor(address _cncc, address _cnc)
This contract contains no fallback and receive objects.
This contract contains no error objects.