CartelMinter
Verified contract
Active on
Ethereum with 576 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7f0a…e618
0x74ae…9bc0
Balances ($0.00)
No balances found for "CartelMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13291018 | 3 years ago | | | 0.5 | 0.0026507833 | |
| 13291018 | 3 years ago | | | 0.5 | 0.0027947133 | |
| 13291018 | 3 years ago | | | 0.5 | 0.0027947133 | |
| 13291018 | 3 years ago | | | 2.5 | 0.0028649268 | |
| 13291018 | 3 years ago | | | 0.5 | 0.0028649268 | |
| 13291018 | 3 years ago | | | 0.5 | 0.0028680066 | |
| 13291018 | 3 years ago | | | 0.5 | 0.0028680066 | |
| 13291014 | 3 years ago | | | 0.5 | 0.0030121710 | |
| 13291014 | 3 years ago | | | 0.5 | 0.0030121710 | |
| 13291014 | 3 years ago | | | 0.5 | 0.0030121710 |
ABI
ABI objects
Getter at block 21301408
groupId() view returns (uint256)
1002
landCollectionContract() view returns (address)
0x7f0ab6a57cfd191a202ab3f813ef9b851c77e618
landYieldContract() view returns (address)
0x74ae9a9d6d142431e682b3736f83a660e76d9bc0
mintLimit() view returns (uint256)
7
openForPublic() view returns (bool)
true
owner() view returns (address)
0x9c9dc2110240391d4bee41203bdfbd19c279b429
tokenPrice() view returns (uint256)
500000000000000000
totalMintedForPublic() view returns (uint256)
1000
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setLandYieldContract(address _address)
setMintLimit(uint256 _limit)
setTokenPrice(uint256 _price)
toggleOpenForPublic(bool _state)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _groupId, uint256 _price, address _landCollectionContractAddress, address _landYieldContract)
receive()
This contract contains no error objects.