Fair BERC20
Verified contract
Active on
Ethereum with 5,781 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BERC | ERC-20 | 20 | $0.002112 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248415 | 5 days ago | | | 0 | 0.00027114045 | |
| 21223063 | 9 days ago | | | 0 | 0.00063603809 | |
| 21200453 | 12 days ago | | | 0 | 0.00028281466 | |
| 21197573 | 12 days ago | | | 0 | 0.00036738881 | |
| 21084810 | a month ago | | | 0 | 0.00025011757 | |
| 21084793 | a month ago | | | 0 | 0.00025458598 | |
| 21046959 | a month ago | | | 0 | 0.00013265306 | |
| 21046958 | a month ago | | | 0 | 0.00012737769 | |
| 21046940 | a month ago | | | 0 | 0.00012917543 | |
| 21036012 | a month ago | | | 0 | 0.00037368118 |
ABI
ABI objects
Getter at block 21286797
_deplyAddress() view returns (address)
0x26f24d1eec2cc9454e174803e44a7627e318ae09
_devAddress() view returns (address)
0x26f24d1eec2cc9454e174803e44a7627e318ae09
_maxMintCount() view returns (uint256)
20000
_maxMintPerAddress() view returns (uint256)
10
_mintPrice() view returns (uint256)
500000000000000
_mintedCounts() view returns (uint256)
10000
_vitalikAddress() view returns (address)
0xd8da6bf26964af9d7eed9e03e53415d37aa96045
decimals() view returns (uint8)
18
lpContract() view returns (address)
0xcb4e7a3db6526f5738b9076098b190b87e81a976
name() view returns (string)
Fair BERC20
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
BERC
totalSupply() view returns (uint256)
21000000000000000000000000
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
_mintCounts(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
devAward()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 mintCount, address receiveAds) payable
renounceOwnership()
setLPContract(address lp)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply, uint256 maxMintCount, uint256 maxMintPerAddress, uint256 mintPrice, address factoryContract, address devAddress, address deplyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.