ArtistEditionControlsV2
Verified contract
Active on
Ethereum with 15,283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfbee…4b7d
Balances ($0.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRT | ERC-20 | 2.008022K | $0.000167 |
$0.33 | |
ETLX | ERC-20 | 270 | -- | -- | |
KODA | ERC-721 | 1 | -- | -- | |
KODA | ERC-721 | 1 | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260727 | 9 hours ago | | | 0 | 0.0026643125 | |
| 21241116 | 3 days ago | | | 0 | 0.0032988707 | |
| 21241111 | 3 days ago | | | 0 | 0.0034310692 | |
| 21226335 | 5 days ago | | | 0 | 0.0046456306 | |
| 21226292 | 5 days ago | | | 0 | 0.0043872653 | |
| 21146145 | 16 days ago | | | 0 | 0.0030587465 | |
| 21146078 | 16 days ago | | | 0 | 0.0034343611 | |
| 21146051 | 16 days ago | | | 0 | 0.0035786159 | |
| 20910800 | 2 months ago | | | 0 | 0.0027465683 | |
| 20908141 | 2 months ago | | | 0 | 0.0030916518 |
ABI
ABI objects
Getter at block 21263292
deactivationPaused() view returns (bool)
false
kodaAddress() view returns (address)
0xfbeef911dc5821886e1dda71586d90ed28174b7d
owner() view returns (address)
0x3f8c962eb167ad2f80c72b5f933511ccdf0719d4
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events deactivateEdition(uint256 _editionNumber) returns (bool)
enablesDeactivation()
gift(address _receivingAddress, uint256 _editionNumber) returns (uint256)
pause()
pauseDeactivation()
renounceOwnership()
setKodavV2(address _kodaAddress)
transferOwnership(address _newOwner)
unpause()
updateEditionPrice(uint256 _editionNumber, uint256 _priceInWei) returns (bool)
EditionDeactivated(uint256 indexed _editionNumber)
EditionGifted(uint256 indexed _editionNumber, address indexed _artist, uint256 indexed _tokenId)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PriceChanged(uint256 indexed _editionNumber, address indexed _artist, uint256 _priceInWei)
Unpause()
constructor(address _kodaAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.