CardborgMinter
Verified contract
Active on
Ethereum with 1,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,059.38)
Native
Value
$1,059.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.32 | $3,310.55 |
$1,059.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17252438 | 2 years ago | | | 0 | 0.0065995509 | |
| 16180269 | 2 years ago | | | 0 | 0.011894323 | |
| 15623339 | 2 years ago | | | 0.02 | 0.00063425584 | |
| 15623339 | 2 years ago | | | 0.02 | 0.00063425584 | |
| 15481347 | 2 years ago | | | 0 | 0.0024252036 | |
| 15060628 | 2 years ago | | | 0 | 0.00020187200 | |
| 14998441 | 2 years ago | | | 0 | 0.00055156725 | |
| 14998440 | 2 years ago | | | 0 | 0.00060416484 | |
| 14883255 | 2 years ago | | | 0 | 0.0010906800 | |
| 14878889 | 2 years ago | | | 0 | 0.0026778658 |
ABI
ABI objects
Getter at block 21275711
devMinted() view returns (uint16)
417
nft() view returns (address)
0x4b091866ac423ecdacd8fceb5fe047cb972ed93e
owner() view returns (address)
0xf703f7d2d41124b00de6899869bc69798ae6be1c
payMintLimit() view returns (uint16)
1200
payMintUntil() view returns (uint256)
2220098400
perAddrBuyLimit() view returns (uint16)
10
price() view returns (uint256)
20000000000000000
signer() view returns (address)
0x8b0b32ab1888b98f21819549c5c98cfb7c3ae330
totalPayMinted() view returns (uint16)
503
whitelistLimit() view returns (uint16)
800
whitelistMinted() view returns (uint16)
800
Read-only
isMinted(address) view returns (bool)
payMinted(address) view returns (uint256)
State-modifying
Events devMint(address user, uint16 quantity)
mint(address user, uint16 quantity) payable
renounceOwnership()
setPayMintUntil(uint256 _until)
setPayPriceAndLimit(uint256 _price, uint16 _payMintLimit)
setSigner(address _signer)
setWhitelistLimit(uint16 _limit)
transferOwnership(address newOwner)
whitelistMint(bytes sig)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerChanged(address signer)
constructor(address _nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.