Buggyra Coin Zero
Verified contract
Active on
Ethereum with 3,627 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 |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
STT | ERC-20 | 1 | -- | -- | |
LAH | ERC-20 | 1 | -- | -- | |
PMT | ERC-20 | 0.0008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136213 | 21 days ago | | | 0 | 0.00068463054 | |
| 21113287 | 24 days ago | | | 0 | 0.00020880437 | |
| 21113254 | 24 days ago | | | 0 | 0.00019719983 | |
| 21095260 | a month ago | | | 0 | 0.00023091680 | |
| 21094545 | a month ago | | | 0 | 0.00060488404 | |
| 21094524 | a month ago | | | 0 | 0.00056648002 | |
| 19823735 | 7 months ago | | | 0 | 0.00077345400 | |
| 19816905 | 7 months ago | | | 0 | 0.00079549800 | |
| 19813488 | 7 months ago | | | 0 | 0.00077345400 | |
| 17994347 | a year ago | | | 0 | 0.00099620693 |
ABI
ABI objects
Getter at block 21283735
codeExportCost() view returns (uint256)
0
codeExportEnabled() view returns (bool)
true
commissionAddress() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
deploymentCost() view returns (uint256)
0
exchangeEnableCost() view returns (uint256)
0
exchangeEnabled() view returns (bool)
true
name() view returns (string)
Buggyra Coin Zero
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcdf525a192ffd9de393945724256725d59eebfd8
parentContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BCZERO
tokenOnlyDeploymentCost() view returns (uint256)
0
tokenPrice() view returns (uint256)
20000000000000
totalSupply() view returns (uint256)
10000000000000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
enableCodeExport() payable
enableExchange(uint256 _tokenPrice) payable
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mintToken(address _target, uint256 _mintedAmount)
swapTokens() payable
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenExchangeEnabled(address caller, uint256 exchangeCost)
TokenExportEnabled(address caller, uint256 enableCost)
Transfer(address indexed from, address indexed to, uint256 value)
TransferSold(address indexed to, uint256 value)
constructor(uint256 _initialSupply, string _tokenName, uint256 _decimalUnits, string _tokenSymbol, string _version, uint256 _tokenPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.