StrongNFTSeller
Verified contract
Active on
Ethereum with 1,652 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x990f…017c
0xa594…b11e
Balances ($0.00)
No balances found for "StrongNFTSeller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13578093 | 3 years ago | | | 3.5 | 0.0041617920 | |
| 13578075 | 3 years ago | | | 3.5 | 0.033784400 | |
| 13578067 | 3 years ago | | | 3.5 | 0.024796304 | |
| 13578009 | 3 years ago | | | 3.5 | 0.018439396 | |
| 13577993 | 3 years ago | | | 3.5 | 0.019635968 | |
| 13577993 | 3 years ago | | | 3.5 | 0.019635968 | |
| 13577973 | 3 years ago | | | 3.5 | 0.020173326 | |
| 13577884 | 3 years ago | | | 3.5 | 0.023159221 | |
| 13577824 | 3 years ago | | | 3.5 | 0.018503745 | |
| 13577617 | 3 years ago | | | 3.5 | 0.026288951 |
ABI
ABI objects
Getter at block 21181579
feeCollector() view returns (address)
0xa594f4b6e02a48e94bf69d37b188887f8982b11e
getNftNames() view returns (string[])
[SILVER, GOLD, PLATINUM]
initDone() view returns (bool)
true
nftToken() view returns (address)
0x2e734269c869bda3ea6550f510d2514f2d66de71
serviceAdmin() view returns (address)
0x4db55fff4b7ecfc21dc7e355194ab189b3b30852
strongToken() view returns (address)
0x990f341946a3fdb507ae7e52d17851b87168017c
superAdmin() view returns (address)
0x4ebbba16b541446cb463bbaba608ad05b2a98384
Read-only
getCurrentNftId(string _name) view returns (uint256)
nftEthValue(string) view returns (uint256)
nftIdCounter(string) view returns (uint256)
nftLowerBound(string) view returns (uint256)
nftNames(uint256) view returns (string)
nftStrongValue(string) view returns (uint256)
nftUpperBound(string) view returns (uint256)
State-modifying
Events buyNft(string _name) payable
init(address _nftTokenContract, address _strongTokenContract, address _serviceAdminAddress, address _superAdminAddress, address _feeCollectorAddress)
updateCounterValue(string _name, uint256 _counterValue)
updateFeeCollector(address _newFeeCollector)
updateNFT(string _name, uint256 _lowerBound, uint256 _upperBound, uint256 _ethValue, uint256 _strongValue)
updatePrice(string _name, uint256 _ethValue, uint256 _strongValue)
updateServiceAdmin(address _newServiceAdmin)
Sold(address to, string name, uint256 nftId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.