LODB Angels Collection
Verified contract
Active on
Ethereum with 747 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 "LODB Angels Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19254314 | 9 months ago | | | 0 | 0.00092169152 | |
| 18892201 | a year ago | | | 0 | 0.0018381216 | |
| 18828515 | a year ago | | | 0 | 0.0018570512 | |
| 18638051 | a year ago | | | 0 | 0.0016025579 | |
| 18501036 | a year ago | | | 0 | 0.00061055603 | |
| 18259236 | a year ago | | | 0 | 0.00036013509 | |
| 18167313 | a year ago | | | 0 | 0.00038332478 | |
| 17285829 | 2 years ago | | | 0 | 0.0016538436 | |
| 16294706 | 2 years ago | | | 0 | 0.00072784777 | |
| 16294653 | 2 years ago | | | 0 | 0.00075862312 |
ABI
ABI objects
Getter at block 21216333
name() view returns (string)
LODB Angels Collection
owner() view returns (address)
0x2716dd6c1dfe9237a238d7939585168b81d39b14
salePaused() view returns (bool)
false
symbol() view returns (string)
LODBA
totalSupply() view returns (uint256)
1438
treasury() view returns (address)
0x2716dd6c1dfe9237a238d7939585168b81d39b14
Read-only
balanceOf(address owner) view returns (uint256)
claimedDevils(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address to, uint256 quantity)
giftAllRemainingReservedTokensToTreasury()
pauseSale()
presaleMint(uint256[] sacredDevilTokenIds, address to)
publicSaleMint(address to, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTreasury(address newTreasury)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseSale()
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)
SalePaused()
SaleUnpaused()
SetTreasury(address prevTreasury, address newTreasury)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct LeagueOfDivineBeingsAngelsParams p)
This contract contains no fallback and receive objects.
This contract contains no error objects.