Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2999 additional slots
9 additional
variables
Balances ($5,395.48)
Native
Value
$5,395.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.468477 | $3,674.20 |
$5,395.48 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23065245 | 19 hours ago | | | 0 | 6.9072953e-7 | |
| 23029822 | 2 days ago | | | 0 | 0.0000022144620 | |
| 22479359 | 14 days ago | | | 0 | 5.7733575e-7 | |
| 22479356 | 14 days ago | | | 0 | 0.0000014071209 | |
| 22326461 | 18 days ago | | | 0 | 0.0000024555425 | |
| 22296352 | 19 days ago | | | 0 | 0.0000021641270 | |
| 22055385 | 24 days ago | | | 0 | 0.0000023344555 | |
| 22024398 | 25 days ago | | | 0 | 0.000000308686288570 | |
| 21729389 | a month ago | | | 0 | 0.0000018231266 | |
| 21226106 | a month ago | | | 0 | 0.0000014534748 |
ABI
ABI objects
Getter at block 23098668
DexRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
FeeReceiver() view returns (address)
0x186b9245f089e3dec07908b2cc8cc4be4ae0a58d
RewardToken() view returns (address)
0xde7a416ac821c77478340eebaa21b68297025ef3
baseExtension() view returns (string)
.json
cost() view returns (uint256)
15000000000000000
lastSupply() view returns (uint256)
1350
maxMintAmount() view returns (uint256)
50
maxSupply() view returns (uint256)
3000
mintBurn() view returns (uint256)
25
mintReward() view returns (uint256)
25
name() view returns (string)
Benis NFTs
owner() view returns (address)
0x2ff8b5d3c8e057f6ba79a8c8074c474dae94e9e5
paused() view returns (bool)
false
reflectionBalance() view returns (uint256)
6187500000000000000
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
BENIS
token() view returns (address)
0xde7a416ac821c77478340eebaa21b68297025ef3
totalDividend() view returns (uint256)
23716624961036594
totalSupply() view returns (uint256)
1650
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getReflectionBalance(uint256 tokenId) view returns (uint256)
getReflectionBalances(address _owner) view returns (uint256)
getTokenIds(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
lastDividendAt(uint256) view returns (uint256)
minters(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
remainingIds(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimRewardsTokens()
mint(uint256 _mintAmount) payable
multipleRegularMintsWithRecipients(address[] recipients)
pause(bool _state)
randomGiveaway(address _winner, uint256 _amount)
reflectToOwners() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string baseURI)
setContractURI(string contractURI_)
setCost(uint256 _newCost)
setDexRouter(address _newDexRouter)
setFeeReceiver(address _newFeeReceiver)
setMintShare(uint256 _newMintShare)
setRewardToken(address _newRewardToken)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.