Battle Racers Part
Verified contract
Active on
Ethereum with 3,146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRPART | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202912 | 12 days ago | | | 0 | 0.00062442374 | |
| 21202898 | 12 days ago | | | 0 | 0.00064695420 | |
| 20020506 | 6 months ago | | | 0 | 0.0014998828 | |
| 19928347 | 6 months ago | | | 0 | 0.00086863105 | |
| 18902327 | a year ago | | | 0 | 0.00029226022 | |
| 18799958 | a year ago | | | 0 | 0.0013400321 | |
| 18366900 | a year ago | | | 0 | 0.00032027953 | |
| 18366283 | a year ago | | | 0 | 0.0012123240 | |
| 18366252 | a year ago | | | 0 | 0.0010352756 | |
| 18366229 | a year ago | | | 0 | 0.0015506504 |
ABI
ABI objects
Getter at block 21286864
isOwner() view returns (bool)
false
name() view returns (string)
Battle Racers Part
owner() view returns (address)
0x1a719375e9b8b056c5492fdf7bad9bf5a2f79cc2
paused() view returns (bool)
true
symbol() view returns (string)
BRPART
totalSupply() view returns (uint256)
2244
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) 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 addMinter(address account)
addPauser(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disable()
enable()
mint(address to, uint256 tokenId) returns (bool)
mintPart(address to, uint256 tokenId, string uri) returns (bool)
mintPartSigned(address to, uint256 tokenId, string uri, bytes signature) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferTokenFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Disabled(address account)
Enabled(address account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.