BallerBars
Verified contract
Active on
Ethereum with 2,111 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 "BallerBars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855580 | a month ago | | | 0 | 0.00017378552 | |
| 18827984 | a year ago | | | 0 | 0.0015532173 | |
| 18827983 | a year ago | | | 0 | 0.0016071422 | |
| 18827982 | a year ago | | | 0 | 0.0015990722 | |
| 18779473 | a year ago | | | 0 | 0.0016354667 | |
| 18660187 | a year ago | | | 0 | 0.00066097616 | |
| 17266871 | a year ago | | | 0 | 0.0022889404 | |
| 16987141 | 2 years ago | | | 0 | 0.00086074268 | |
| 16810761 | 2 years ago | | | 0 | 0.00072037028 | |
| 16810761 | 2 years ago | | | 0 | 0.00072037028 |
ABI
ABI objects
Getter at block 21167612
SECONDS_IN_A_DAY() view returns (uint256)
86400
_nftAddress() view returns (address)
0x3d23a6926d9acb60e080adf565b1f1a27d2058bc
decimals() view returns (uint8)
18
emissionEnd() view returns (uint256)
1637793900
name() view returns (string)
BallerBars
owner() view returns (address)
0xcd901101efe2900cb69e7d964113b969abb43580
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
1625624085879629628194
Read-only
accumulated(uint256 tokenIndex) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastClaim(uint256 tokenIndex) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(uint256[] tokenIndices) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setChainsAddress(address nftAddress)
setEmissionEnd(uint256 _emissionEnd)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.