MinterWithBroker
Verified contract
Active on
Base with 162 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 "MinterWithBroker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3049806 | a year ago | | | 0 | 0.000024025577 | |
| 3049792 | a year ago | | | 0 | 0.000023934374 | |
| 3049780 | a year ago | | | 0 | 0.000024133041 | |
| 3010618 | a year ago | | | 0.005 | 0.000000000042894428 | |
| 3008270 | a year ago | | | 0 | 0.0000047591800 | |
| 3008251 | a year ago | | | 0 | 0.0000047788200 | |
| 3008239 | a year ago | | | 0 | 0.0000048181000 | |
| 3008226 | a year ago | | | 0 | 0.0000047394800 | |
| 3008208 | a year ago | | | 0 | 0.0000047198400 | |
| 3008194 | a year ago | | | 0 | 0.000026067140 |
ABI
ABI objects
Getter at block 21797559
MAX_BPS() view returns (uint256)
10000
brokerAddress() view returns (address)
0xb29050965a5ac70ab487aa47546cdcbc97dae45d
brokerFee() view returns (uint256)
0
owner() view returns (address)
0xb29050965a5ac70ab487aa47546cdcbc97dae45d
paused() view returns (bool)
false
price1char() view returns (uint256)
2000000000000000000
price2char() view returns (uint256)
1000000000000000000
price3char() view returns (uint256)
100000000000000000
price4char() view returns (uint256)
9000000000000000
price5char() view returns (uint256)
5000000000000000
referralFee() view returns (uint256)
1000
royaltyFee() view returns (uint256)
0
tldContract() view returns (address)
0x4087fb91a1fbdef05761c02714335d232a2bf3a1
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeBrokerAddress(address _brokerAddress)
changeBrokerFee(uint256 _brokerFee)
changePrice(uint256 _price, uint256 _chars)
changeReferralFee(uint256 _referralFee)
changeRoyaltyFee(uint256 _royaltyFee)
mint(string _domainName, address _domainHolder, address _referrer) payable returns (uint256 tokenId)
ownerFreeMint(string _domainName, address _domainHolder) returns (uint256 tokenId)
recoverERC20(address tokenAddress_, uint256 tokenAmount_, address recipient_)
recoverERC721(address tokenAddress_, uint256 tokenId_, address recipient_)
renounceOwnership()
togglePaused()
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _brokerAddress, address _tldAddress, uint256 _referralFee, uint256 _royaltyFee, uint256 _brokerFee, uint256 _price1char, uint256 _price2char, uint256 _price3char, uint256 _price4char, uint256 _price5char)
fallback()
receive()
This contract contains no error objects.