Bullrunners
Verified contract
Active on
Ethereum with 7,960 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MCCC | ERC-20 | 75.212573B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21127469 | 4 days ago | | | 0 | 0.0011356558 | |
| 20660762 | 2 months ago | | | 0 | 0.000027551276 | |
| 20660761 | 2 months ago | | | 0 | 0.000041002376 | |
| 20177496 | 4 months ago | | | 0 | 0.00053007544 | |
| 19825942 | 6 months ago | | | 0 | 0.00022602032 | |
| 19825935 | 6 months ago | | | 0 | 0.00038233017 | |
| 19726982 | 7 months ago | | | 0 | 0.00057315849 | |
| 19596097 | 7 months ago | | | 0 | 0.00062117378 | |
| 19588433 | 7 months ago | | | 0 | 0.0045966047 | |
| 19505653 | 8 months ago | | | 0 | 0.00085269136 |
ABI
ABI objects
Getter at block 21158021
MAX_SUPPLY() view returns (uint256)
10000
MINT_PRICE() view returns (uint256)
10000000000000000
MOON_CYCLE() view returns (uint256)
2551392
MOON_CYCLE_1_8() view returns (uint256)
318924
NEW_MOON() view returns (uint256)
592500
NEW_MOON_START() view returns (uint256)
433038
baseURI() view returns (string)
https://bullrunners.wtf/api/meta/
collectMarketing() view returns (bool)
true
forcedPhase() view returns (uint256)
8
getCurrentMoonPhase() view returns (uint256 moonPhase)
3
getCurrentMoonPhaseName() view returns (string)
3 - Waxing Gibbous Moon
getUsedPhases() view returns (uint256[])
[4]
maxByWallet() view returns (uint256)
5
name() view returns (string)
Bullrunners
owner() view returns (address)
0x905059c958b17048a55a4a25671de664fbb24ecc
saleState() view returns (bool)
true
symbol() view returns (string)
BULLR
totalSupply() view returns (uint256)
10000
uriSuffix() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getMoonPhase(uint256 timestamp) view returns (uint256 moonPhase)
getMoonPhaseName(uint256 timestamp) view returns (string phase)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addUsedPhase(uint256 phase)
alphaMint(address[] addresses, uint256[] count)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
forceMoon(uint256 phase)
mint(uint256 amount) payable
removeUsedPhase(uint256 phase)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI, string newUriSuffix)
setCollectMarketing(bool newCollectMarketing)
setMaxByWallet(uint256 newMaxByWallet)
setSaleState(bool newSaleState)
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)
ForceMoon(uint256 phase)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI_, string uriSuffix_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()