BattleStar CREDITs
Verified contract
Active on
Ethereum with 1,852 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CREDIT | ERC-20 | 4.12433M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19708838 | 7 months ago | | | 0 | 0.00016717227 | |
| 19637396 | 8 months ago | | | 0 | 0.00028969768 | |
| 17423914 | a year ago | | | 0 | 0.00072267738 | |
| 17089185 | 2 years ago | | | 0 | 0.0018354045 | |
| 16480338 | 2 years ago | | | 0 | 0.00039788588 | |
| 15886715 | 2 years ago | | | 0 | 0.00036443298 | |
| 15698066 | 2 years ago | | | 0 | 0.00025477936 | |
| 15424869 | 2 years ago | | | 0 | 0.000097304000 | |
| 15126406 | 2 years ago | | | 0 | 0.00030349249 | |
| 14905995 | 2 years ago | | | 0 | 0.0011540056 |
ABI
ABI objects
Getter at block 21317745
MAX_TOTAL_SUPPLY() view returns (uint256)
500000000000000000000000000000
decimals() view returns (uint8)
18
isMinting() view returns (bool)
true
isTokenMinting() view returns (bool)
true
isWhitelistMinting() view returns (bool)
true
name() view returns (string)
BattleStar CREDITs
owner() view returns (address)
0xb53139a490aa9e6ae009f143805d5e5bd7791bdd
signer() view returns (address)
0x32f33ee03c50c3bfa057b5fd38aeb872a301c2cc
symbol() view returns (string)
CREDIT
totalMinted() view returns (uint256)
498
totalSupply() view returns (uint256)
49976196994374503688670000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimedAirdrop(address) view returns (bool)
nonces(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addWhitelist(address[] people)
approve(address spender, uint256 amount) returns (bool)
claimAirdrop(address receiver, uint256 amount, bytes signature)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint() payable
mintCredits(address account, uint256 amount, uint256 nonce, bytes signature)
mintWhitelist() payable
mintWithTokens(uint256 amount) payable
renounceOwnership()
setMinting(bool val)
setTokenMinting(bool val)
setWhitelist(bool val)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawalETH(uint256 _amount)
withdrawalTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed arg0, address indexed arg1, uint256 indexed arg2)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_)
fallback()
receive()
This contract contains no error objects.