BitCluster Nord
Verified contract
Active on
Ethereum with 0 txns
The storage layout for this contract could not be retrieved.
No balances found for "BitCluster Nord"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BitCluster Nord"
ABI
ABI objects
Getter at block 21329686
decimals() view returns (uint8)
18
name() view returns (string)
BitCluster Nord
owner() view returns (address)
0x54e6f4f72f726efe3bcd7d19a53df7fdd96c28c4
paused() view returns (bool)
false
symbol() view returns (string)
BCND
totalSupply() view returns (uint256)
145744012565100367812922947
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBtcPayoutAddressOf(address account) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
setBtcPayoutAddress(string btcPayoutAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawAnyERC20Token(address tokenAddress, address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBtcPayoutAddress(address account, string btcPayoutAddress)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.