IYASAKASellser
Verified contract
Active on
Ethereum with 179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcfea…63fd
Balances ($0.00)
No balances found for "IYASAKASellser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20817247 | 2 months ago | | | 0 | 0.00067024725 | |
| 20817116 | 2 months ago | | | 0 | 0.00046278916 | |
| 20811755 | 2 months ago | | | 0.0777 | 0.0023430853 | |
| 20811194 | 2 months ago | | | 0.0777 | 0.0011629243 | |
| 20809253 | 2 months ago | | | 0.0777 | 0.0010392366 | |
| 20806670 | 2 months ago | | | 0.0777 | 0.0012268641 | |
| 20806635 | 2 months ago | | | 0.0777 | 0.00084126403 | |
| 20806110 | 2 months ago | | | 0.0777 | 0.0013633368 | |
| 20805524 | 2 months ago | | | 0.0777 | 0.0010981787 | |
| 20803395 | 2 months ago | | | 0.0777 | 0.00081975329 |
ABI
ABI objects
Getter at block 21205866
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
NFTCollection() view returns (address)
0xcfea11232aa81bbd397edc3206b612a3302e63fd
cost() view returns (uint256)
77700000000000000
merkleRoot() view returns (bytes32)
0x26ccad202ecead8d39f2238a51a7d57a31215b8e0f209fd2e71d2ed218398687
owner() view returns (address)
0x2f232baab931f0c1243fc848c290e500ac7e7c0e
paused() view returns (bool)
true
sellerWalletAddress() view returns (address)
0x2f232baab931f0c1243fc848c290e500ac7e7c0e
withdrawAddress() view returns (address)
0xe72301c175e589ee2f94e77c40a2e37096a771d0
Read-only
NFTinStock(uint256 _tokenId) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nftOwnerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buy(uint256 _tokenId, bytes32[] _merkleProof) payable
buyPie(uint256 _tokenId, bytes32[] _merkleProof, address receiver) payable
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCost(uint256 _newCost)
setMerkleRoot(bytes32 _merkleRoot)
setNFTCollection(address _address)
setPause(bool _state)
setSaleData(uint256 _newCost, bytes32 _merkleRoot, address _sellerWalletAddress, address _address)
setSellserWalletAddress(address _sellerWalletAddress)
setWithdrawAddress(address _withdrawAddress)
transferOwnership(address newOwner)
withdraw() payable
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.