ThePixelPortraits
Verified contract
Active on
Ethereum with 1,088 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,432.85)
Native
Value
$2,432.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.77 | $3,159.55 |
$2,432.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13810404 | 3 years ago | | | 0 | 0.0070253075 | |
| 13810305 | 3 years ago | | | 0 | 0.0063612632 | |
| 13810139 | 3 years ago | | | 0 | 0.082802666 | |
| 13778488 | 3 years ago | | | 0.2 | 0.016758475 | |
| 13778266 | 3 years ago | | | 0.2 | 0.012596100 | |
| 13777549 | 3 years ago | | | 0.2 | 0.0098395127 | |
| 13776985 | 3 years ago | | | 0 | 0.054020265 | |
| 13774519 | 3 years ago | | | 0.2 | 0.0084330704 | |
| 13762035 | 3 years ago | | | 0.3 | 0.0074813632 | |
| 13755562 | 3 years ago | | | 0 | 0.026000787 |
ABI
ABI objects
Getter at block 21206445
admin() view returns (address)
0x11ef687cfeb2e353670479f2dcc76af2bc6b3935
callStarted() view returns (bool)
false
minBid() view returns (uint256)
200000000000000000
newCommissionIndex() view returns (uint256)
751
Read-only
commissions(uint256) view returns (string name, address recipient, uint256 bid, uint8 status)
names(string) view returns (uint256)
toLower(string str) pure returns (string)
validateName(string str) pure returns (bool)
State-modifying
Events commission(string _name) payable
increaseCommissionBid(uint256 _commissionIndex) payable
processCommissions(uint256[] _commissionIndexes)
registerNames(string[] _names)
rescindCommission(uint256 _commissionIndex)
updateAdmin(address _newAdmin)
updateCommissionName(uint256 _commissionIndex, string _newName)
updateMinBid(uint256 _newMinBid)
AdminUpdated(address _newAdmin)
CommissionBidUpdated(uint256 _commissionIndex, uint256 _newBid)
CommissionNameUpdated(uint256 _commissionIndex, string _newName)
CommissionProcessed(uint256 _commissionIndex, uint8 _status)
CommissionRescinded(uint256 _commissionIndex)
MinBidUpdated(uint256 _newMinBid)
NamesRegistered(string[] _names)
NewCommission(uint256 _commissionIndex, string _name, uint256 _bid, address _recipient)
constructor(address _admin, uint256 _minBid)
This contract contains no fallback and receive objects.
This contract contains no error objects.