BrahminsToken
Verified contract
Active on
Ethereum with 366 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 "BrahminsToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15184761 | 2 years ago | | | 0 | 0.00032561010 | |
| 15184329 | 2 years ago | | | 0 | 0.00049940029 | |
| 15184328 | 2 years ago | | | 0 | 0.00047190590 | |
| 15184326 | 2 years ago | | | 0 | 0.00042327085 | |
| 15184321 | 2 years ago | | | 0 | 0.00046837270 | |
| 15184319 | 2 years ago | | | 0 | 0.00045111905 | |
| 15184318 | 2 years ago | | | 0 | 0.00044734293 | |
| 15184314 | 2 years ago | | | 0 | 0.00053651729 | |
| 15184313 | 2 years ago | | | 0 | 0.00057397919 | |
| 15184310 | 2 years ago | | | 0 | 0.00064024424 |
ABI
ABI objects
Getter at block 21387967
MAX_SUPPLY() view returns (uint32)
1500
batchMintAmount() view returns (uint32)
3
batchMintCost() view returns (uint256)
9000000000000000
name() view returns (string)
BrahminsToken
owner() view returns (address)
0x211d9d374d4dbf27ab5cd4b8ac0f073f58e4bbcd
symbol() view returns (string)
BT
totalSupply() view returns (uint256)
1500
uriPrefix() view returns (string)
ipfs://bafybeifrnnfkmkj3yniqfeixkmoxmaxzrmmsnnb6pfbpfm43pwoel4ucla/
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 to, uint256 tokenId)
burnMint(uint256 amount)
publicMint() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setColour(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()