Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
No balances found for "Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14697433 | 3 years ago | | | 0 | 0.0058300077 | |
| 12838873 | 3 years ago | | | 0 | 0.0068681600 | |
| 12599217 | 3 years ago | | | 0 | 0.0016510000 | |
| 12576735 | 3 years ago | | | 0 | 0.00060336780 | |
| 12566206 | 3 years ago | | | 0 | 0.0017012250 | |
| 12566193 | 3 years ago | | | 0 | 0.0017012250 | |
| 12566114 | 3 years ago | | | 0 | 0.0039624000 | |
| 12519297 | 3 years ago | | | 0 | 0.0010328520 | |
| 12429140 | 4 years ago | | | 0 | 0.0060790440 | |
| 12429133 | 4 years ago | | | 0 | 0.017698720 |
ABI
ABI objects
Getter at block 21270423
bitcoinAddress() view returns (string)
bitcoinBalance() view returns (uint256)
0
canMintBurn() view returns (bool)
false
cipherText() view returns (string)
decimals() view returns (uint8)
0
ephemPublicKey() view returns (string)
holdingTax() view returns (uint256)
0
holdingTaxDecimals() view returns (uint256)
2
holdingTaxInterval() view returns (uint256)
0
isPrivate() view returns (bool)
false
isSecured() view returns (bool)
false
iv() view returns (string)
lastHoldingTax() view returns (uint256)
0
mac() view returns (string)
name() view returns (string)
Membership Program
numberOfAddress() view returns (uint256)
52
owner() view returns (address)
0x9778152c2c283a9a6013c2fbd6f9b953d4d1b625
symbol() view returns (string)
MP
totalSupply() view returns (uint256)
360000000
txnTax() view returns (uint256)
0
Read-only
addressExists(address) view returns (bool)
addressIndex(address) view returns (uint256)
addresses(uint256) view returns (address)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
State-modifying
Events addAddressManual(address addr)
approve(address _spender, uint256 _amount) returns (bool success)
burn(uint256 _value)
changeHoldingTax(uint256 _newValue)
changeHoldingTaxInterval(uint256 _newValue)
changeTxnTax(uint256 _newValue)
chargeHoldingTax()
getHour(uint256 timestamp) returns (uint8)
getMinute(uint256 timestamp) returns (uint8)
getSecond(uint256 timestamp) returns (uint8)
getWeekday(uint256 timestamp) returns (uint8)
mint(uint256 _value)
removeAddressManual(address addr)
transfer(address _to, uint256 _value) payable returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) payable returns (bool success)
transferOwnership(address newOwner)
updateBitcoinAddress(string ivToUse, string ephemPublicKeyToUse, string cipherTextToUse, string macToUse, string bitcoinAddressToUse)
updateBitcoinBalance(uint256 newBalance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string n, string a, uint256 totalSupplyToUse, bool iS, bool cMB, uint256 txnTaxToUse, uint256 holdingTaxToUse, uint256 holdingTaxIntervalToUse, bool isPrivateToUse, string ivToUse, string ephemPublicKeyToUse, string cipherTextToUse, string macToUse, string bitcoinAddressToUse, uint8 decimalsToUse)
This contract contains no fallback and receive objects.
This contract contains no error objects.