Friends by EXO
Verified contract
Active on
Ethereum with 585 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 "Friends by EXO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903726 | 10 months ago | | | 0 | 0.00068675127 | |
| 17515957 | a year ago | | | 0 | 0.0021697137 | |
| 17515900 | a year ago | | | 0 | 0.0018336231 | |
| 16936452 | 2 years ago | | | 0 | 0.0018085640 | |
| 16753451 | 2 years ago | | | 0 | 0.0013044058 | |
| 16705294 | 2 years ago | | | 0 | 0.0011325335 | |
| 16704624 | 2 years ago | | | 0 | 0.0016397771 | |
| 16559893 | 2 years ago | | | 0 | 0.0010582262 | |
| 16559509 | 2 years ago | | | 0 | 0.0010870774 | |
| 16380149 | 2 years ago | | | 0 | 0.0012569372 |
ABI
ABI objects
Getter at block 21187333
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
freeNum() view returns (uint256)
2
maxSupply() view returns (uint256)
999
name() view returns (string)
Friends by EXO
owner() view returns (address)
0x48764320dc3993ddf674a3c578acdeef4cd7278d
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
FBEXO
totalSupply() view returns (uint256)
438
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 amount) payable
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setFreePerAddr(uint256 maxTx, uint256 maxS)
transferFrom(address from, address to, uint256 tokenId) payable
treasuryMint(address rec, uint256 amount)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()