ETHRNFTSale
Verified contract
Active on
Ethereum with 255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2077…3e9d
Balances ($0.00)
No balances found for "ETHRNFTSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17543331 | a year ago | | | 1.2 | 0.011560461 | |
| 17543324 | a year ago | | | 0.6 | 0.0073682077 | |
| 17543318 | a year ago | | | 0.6 | 0.0091457100 | |
| 17543317 | a year ago | | | 0.6 | 0.0082115361 | |
| 17543313 | a year ago | | | 0.6 | 0.0085604090 | |
| 17543310 | a year ago | | | 0.6 | 0.0088812203 | |
| 17543310 | a year ago | | | 0.6 | 0.0088812203 | |
| 17543310 | a year ago | | | 0.6 | 0.0098741831 | |
| 17543308 | a year ago | | | 0.6 | 0.0091457100 | |
| 17543308 | a year ago | | | 5.4 | 0.041471162 |
ABI
ABI objects
Getter at block 21176844
owner() view returns (address)
0x601936c35fb4c6d8b472de6764c9f09ebf17711c
rnft() view returns (address)
0x20771a922b1719f1b1fb86e7ea9bf8f8fc823e9d
totalMinted() view returns (uint256)
465
Read-only
depositorList(string, address) view returns (bool)
getUserSaleMinted(string saleName, address user) view returns (uint256)
mintCap(string) view returns (uint256)
saleActive(string) view returns (bool)
salePrice(string) view returns (uint256)
totalSaleMinted(string) view returns (uint256)
totalUserMinted(address) view returns (uint256)
useDepositorList(string) view returns (bool)
userSaleMinted(string, address) view returns (uint256)
State-modifying
Events initSale(string saleName, uint256 _salePrice, uint256 _mintCap, bool _useDepositorList)
mint(string saleName, uint256 amount) payable
renounceOwnership()
setDepositorList(string saleName, address[] depositors, bool status)
setRNFT(address rnftAddress)
setSaleActive(string saleName, bool status)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.