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 "YourBrians"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21788497 | 2 days ago | | | 0 | 2.9463664e-7 | |
| 21259438 | 15 days ago | | | 0 | 0.000000809645270964 | |
| 20985956 | 21 days ago | | | 0 | 6.8662977e-7 | |
| 20300365 | a month ago | | | 0 | 2.6145357e-7 | |
| 17535133 | 3 months ago | | | 0 | 3.6660841e-7 | |
| 17262591 | 3 months ago | | | 0 | 0.0000012102042 | |
| 16930520 | 4 months ago | | | 0 | 0.000000088714883304 | |
| 15839819 | 5 months ago | | | 0 | 5.6383478e-7 | |
| 15730394 | 5 months ago | | | 0 | 4.3886988e-7 | |
| 15586931 | 5 months ago | | | 0 | 0.000000097159338015 |
ABI
ABI objects
Getter at block 21891204
name() view returns (string)
YourBrians
owner() view returns (address)
0x7b27c0cfabd0941577624edddc8ad0fd12fd7480
supply() view returns (uint256)
1337
symbol() view returns (string)
URBR
totalSupply() view returns (uint256)
1337
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBackgroundColor(uint256 _id) view returns (string)
getBodyColor(uint256 _id) view returns (string)
getSVG(uint256 _id) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string metadata)
State-modifying
Events airdrop(string[2] _colors, address _to)
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
send(string[2] _colors, address _to)
setApprovalForAll(address operator, bool approved)
setSender(address _to)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
uploadArt(bytes _art)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _supply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
InvalidLength()
InvalidSender()
InvalidToken()
MintClose()
MintERC2309QuantityExceedsLimit()
MintOut()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()