Meta Angels
Verified contract
Active on
Ethereum with 18,059 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 "Meta Angels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226163 | 3 days ago | | | 0 | 0.00062349361 | |
| 21219017 | 4 days ago | | | 0 | 0.00047959215 | |
| 21200942 | 6 days ago | | | 0 | 0.00060255925 | |
| 21199078 | 7 days ago | | | 0 | 0.00033087440 | |
| 21197083 | 7 days ago | | | 0 | 0.00068871389 | |
| 21195231 | 7 days ago | | | 0 | 0.00084694929 | |
| 21160998 | 12 days ago | | | 0 | 0.00060251343 | |
| 21158703 | 12 days ago | | | 0 | 0.0010779429 | |
| 21156951 | 13 days ago | | | 0 | 0.00054386919 | |
| 21148546 | 14 days ago | | | 0 | 0.00042517504 |
ABI
ABI objects
Getter at block 21246655
baseTokenURI() view returns (string)
https://app.metaangelsnft.com/metadata/
isSaleActive() view returns (bool)
false
loansPaused() view returns (bool)
false
maxSupply() view returns (uint256)
10000
name() view returns (string)
Meta Angels
owner() view returns (address)
0x718a3aa8f5c435102c87040b01c609a297fa12c5
paused() view returns (bool)
false
price() view returns (uint256)
125000000000000000
symbol() view returns (string)
MA
totalLoaned() view returns (uint256)
419
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
loanedBalanceOf(address owner) view returns (uint256)
loanedTokensByAddress(address owner) view returns (uint256[])
ownedTokensByAddress(address owner) view returns (uint256[])
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)
tokenOwnersOnLoan(uint256) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
totalLoanedPerAddress(address) view returns (uint256)
totalMintsPerAddress(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] receivers, uint256 mintNumber)
loan(uint256 tokenId, address receiver)
mint(bytes32 messageHash, bytes signature, uint256 mintNumber, uint256 maximumAllowedMints) payable
pause()
renounceOwnership()
retrieveLoan(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setLoansPaused(bool _loansPaused)
setMintPrice(uint256 _newMintPrice)
setSaleState(bool _saleActiveState)
setSignerAddress(address _signerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Loan(address indexed _from, address indexed to, uint256 _value)
LoanRetrieved(address indexed _from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI_, uint256 maxSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.