Degen$ Farm Bags
Verified contract
Active on
Ethereum with 548 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 "Degen$ Farm Bags"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911603 | 2 months ago | | | 0 | 0.00014775420 | |
| 20610113 | 4 months ago | | | 0 | 0.000035438055 | |
| 20453390 | 4 months ago | | | 0 | 0.000046506000 | |
| 20425041 | 5 months ago | | | 0 | 0.00020146093 | |
| 19116871 | a year ago | | | 0 | 0.00029244112 | |
| 18178945 | a year ago | | | 0 | 0.00071021554 | |
| 18139102 | a year ago | | | 0 | 0.00027373926 | |
| 17121018 | 2 years ago | | | 0 | 0.00090080392 | |
| 17009888 | 2 years ago | | | 0 | 0.00053608516 | |
| 16451248 | 2 years ago | | | 0 | 0.00065673356 |
ABI
ABI objects
Getter at block 21427517
MAX_BAGS() view returns (uint256)
4500
decimals() view returns (uint8)
0
name() view returns (string)
Degen$ Farm Bags
owner() view returns (address)
0x56a62244e4ad4087f069feff3ee03a4f28a1323e
symbol() view returns (string)
BAGZ
totalSupply() view returns (uint256)
4500
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(address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
reclaimToken(address token)
renounceOwnership()
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(uint256 _maxBags)
This contract contains no fallback and receive objects.
This contract contains no error objects.