REAL AGENTS

Verified contract

Active on Ethereum with 2,275 txns
Deployed by via 0x4e50b8ca at 16417413
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "REAL AGENTS"

0x0bbe37a4d1397b28b8930dcb361ed1631753b2d5cb032740e92c4f85862e72e1
0x56df2aa6e2b805b194c543dd0190f0a7690c753ae7b7a31aa4c535f0425ef903
0xb435c78b4f7e9c9ba8ef4cb580eeda6a364dcf28703c79d77cbd604f7fcd04cf
From
0x5225be76105d935a93860f6dfd4086e8eec79bb8937317583501a8629312eb84
0xa68b76277a31cbc09c36a9a4051a493d8bbc9ca227c1f24e1a64ad98289885e2
0x27183704b4d2e4e6addb84c352198cebb9ae1be50b8cd424024dcfda3339a77e
0xf25787e625e2719944ffbee1879f8e415c43462efad22edfaf25837cc15520ab
0xd7176cd919323e7b5835439a46e0089424e5ee74180ee129aca86ae50adc62d8
0xad054be3ebe79562931df6995366f7d51b48b530f5714af14ae4c4b294f7f125
0xa87e4a9aca9825f2e42caca23580b55c706765b53b66f4cc05eeb5d99c33537a

Functions
Getter at block 20864922
MAX_SUPPLY(view returns (uint256)
1000
NAME(view returns (string)
REAL AGENTS
SYMBOL(view returns (string)
AGENT
merkleRoot(view returns (bytes32)
0xfdbc16a7eddf99a484e7d665672734ef6397a837db8bd3d3a5c4a607109faef1
name(view returns (string)
REAL AGENTS
owner(view returns (address)
0xa6ca2889af32fb8e9a96ee5a3fd0f9fb892b585b
paused(view returns (bool)
false
symbol(view returns (string)
AGENT
totalMinted(view returns (uint256)
1000
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(bytes32[] _merkleProof
pause(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURIParampayable 
setBlockedMarketplaces(address[] _marketbool[] _statuspayable 
setMerkleRoot(bytes32 _rootpayable 
setRoyaltyInfo(address receiveruint96 feeBasisPointspayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(payable 
vaultMint(address _touint256 _qtypayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Mint(address indexed _touint256 _startId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SetMerkleRoot(bytes32 _root
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
VaultMint(address indexed _touint256 _qty
Constructor
constructor(string _uribytes32 _root
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
Claimed(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
VerifyFailed(