Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BUZcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453043 | 3 months ago | | | 0 | 0.000055950000 | |
| 19619092 | 7 months ago | | | 0 | 0.0021450217 | |
| 13514551 | 3 years ago | | | 0 | 0.011165686 | |
| 13286251 | 3 years ago | | | 0 | 0.0044218520 | |
| 13095013 | 3 years ago | | | 0 | 0.0043545765 | |
| 13087382 | 3 years ago | | | 0 | 0.0018730110 | |
| 13011845 | 3 years ago | | | 0 | 0.0021429408 | |
| 12710070 | 3 years ago | | | 0 | 0.00056313840 | |
| 11432816 | 4 years ago | | | 0 | 0.0016903620 | |
| 11432816 | 4 years ago | | | 0 | 0.0028263780 |
ABI
ABI objects
Getter at block 21077533
decimals() view returns (uint8)
18
migrationAgent() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
BUZcoin
owner() view returns (address)
0xe6ccecc6543e4ab12ed5cc3612fbe92dd7fbaed1
paused() view returns (bool)
false
symbol() view returns (string)
BUZ
totalMigrated() view returns (uint256)
0
totalSupply() view returns (uint256)
10562913161227253889049343
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
defrostDate(address _beneficiary) view returns (uint256 Date)
freezedTokenOf(address _beneficiary) view returns (uint256 amount)
unpausedWallet(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _beneficiary, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeTokens(address _beneficiary, uint256 _amount, uint256 _when)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
masFreezedTokens(address[] _beneficiary, uint256[] _amount, uint256[] _when)
migrate()
migrateAll(address[] _holders)
mint(address _to, uint256 _amount) returns (bool)
setMigrationAgent(address _migrationAgent)
setPause(bool mode)
setUnpausedWallet(address _wallet, bool mode)
transfer(address _to, uint256 _value) returns (bool)
transferAndFreeze(address _to, uint256 _value, uint256 _when)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Migrate(address indexed _from, address indexed _to, uint256 _value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.