Mark Zuckerberg
Verified contract
Active on
Ethereum with 21 txns
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 "Mark Zuckerberg"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17550517 | a year ago | | | 0 | 0.00087883400 | |
| 17547611 | a year ago | | | 0 | 0.00066006581 | |
| 17546447 | a year ago | | | 0 | 0.00067438633 | |
| 17546338 | a year ago | | | 0 | 0.00060918688 | |
| 17546274 | a year ago | | | 0 | 0.00078955821 | |
| 17546263 | a year ago | | | 0 | 0.00088900569 | |
| 17546199 | a year ago | | | 0 | 0.0032277428 | |
| 17546197 | a year ago | | | 0 | 0.00082827001 | |
| 17546197 | a year ago | | | 0 | 0.00092259601 | |
| 17546196 | a year ago | | | 0 | 0.00078520715 |
ABI
ABI objects
Getter at block 21314410
decimals() view returns (uint8)
18
name() view returns (string)
Mark Zuckerberg
owner() view returns (address)
0x26f628ecf5b19fa4886ad2a347239f9cf04edc76
symbol() view returns (string)
ZUCK
taxRate() view returns (uint256)
0
taxWallet() view returns (address)
0x26f628ecf5b19fa4886ad2a347239f9cf04edc76
totalSupply() view returns (uint256)
69420133701010000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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)
renounceOwnership()
setTaxRate(uint256 newTaxRate)
setTaxWallet(address newTaxWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxRateChanged(uint256 newTaxRate)
TaxWalletChanged(address newTaxWallet)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.